oauth2_
types
0.14.1
Module scope
Module Items
Structs
Constants
In crate oauth2_
types
oauth2_types
Module
scope
Copy item path
Source
Expand description
Types to define an
access token’s scope
.
Structs
§
Invalid
Scope
The error type returned when a scope is invalid.
Scope
A scope.
Scope
Token
A scope token or scope value.
Constants
§
ADDRESS
address
.
EMAIL
email
.
OFFLINE_
ACCESS
offline_access
.
OPENID
openid
.
PHONE
phone
.
PROFILE
profile
.