package
0.12.2
Repository: https://github.com/wingfeng/idx-oauth2.git
Documentation: pkg.go.dev

# 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.