This commit is contained in:
Tobe O 2018-12-15 02:21:16 -05:00
parent 86db725601
commit d1213e779a

View file

@ -99,6 +99,7 @@ The following are available, not including authorization code grant support (men
* `implicitGrant`
* `resourceOwnerPasswordCredentialsGrant`
* `clientCredentialsGrant`
* `deviceCode`
Read the [OAuth2 specification](https://tools.ietf.org/html/rfc6749)
for in-depth information on each grant type.