Optional
acrOptional minimum ACR level required. If the access token doesn't meet the minimum level, a FiefAccessTokenACRTooLow error will be raised.
Optional
optionalIf false
and the request is not authenticated,
a FiefAuthUnauthorized error will be raised.
Optional
permissionsOptional list of permissions required. If the access token lacks one of the required permission, a FiefAuthForbidden error will be raised.
Optional
refreshIf true
, the user information will be refreshed from the Fief API.
Otherwise, the cache will be used.
Optional
scopeOptional list of scopes required. If the access token lacks one of the required scope, a FiefAuthForbidden error will be raised.
Parameters to apply when authenticating a request.