Module scope

Source
Expand description

Types to define an access token’s scope.

Structs§

InvalidScope
The error type returned when a scope is invalid.
Scope
A scope.
ScopeToken
A scope token or scope value.

Constants§

ADDRESS
address.
EMAIL
email.
OFFLINE_ACCESS
offline_access.
OPENID
openid.
PHONE
phone.
PROFILE
profile.