Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownGrantType

Package version

Known values of GrantType that the service accepts.

Index

Enumeration members

AuthorizationCode

AuthorizationCode: = "authorizationCode"

Authorization Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.1.

ClientCredentials

ClientCredentials: = "clientCredentials"

Client Credentials Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.4.

Implicit

Implicit: = "implicit"

Implicit Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.2.

ResourceOwnerPassword

ResourceOwnerPassword: = "resourceOwnerPassword"

Resource Owner Password Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.3.

Generated using TypeDoc