PasswordGrantType
Deprecated
Constructor.
Kind: global class
passwordGrantType.handle()
Retrieve the user from the model using a username/password combination.
Kind: instance method of PasswordGrantType
See: https://tools.ietf.org/html/rfc6749#section-4.3.2
passwordGrantType.getUser()
Get user using a username/password combination.
Kind: instance method of PasswordGrantType
passwordGrantType.saveToken()
Save token.
Kind: instance method of PasswordGrantType