# Constants
AuthorizationCode authorization_code grant type.
ClientCredentials client_credentials grant type.
define the type of authorization request.
DeviceCode device_code grant type.
define the type of authorization request.
Implicit implicit grant type.
PasswordCredentials password grant type.
Refreshing refresh_token grant type.
define the type of authorization request.
# Type aliases
GrantType authorization model.
ResponseType the type of authorization request.