ClientCredentialsGrantType
Constructor.
Kind: global class
clientCredentialsGrantType.handle()
Handle client credentials grant.
Kind: instance method of ClientCredentialsGrantType
See: https://tools.ietf.org/html/rfc6749#section-4.4.2
clientCredentialsGrantType.getUserFromClient()
Retrieve the user using client credentials.
Kind: instance method of ClientCredentialsGrantType
clientCredentialsGrantType.saveToken()
Save token.
Kind: instance method of ClientCredentialsGrantType