module ADAL::TokenRequest::GrantType

All accepted grant types. This module can be mixed-in to other classes that require them.

Constants

AUTHORIZATION_CODE
CLIENT_CREDENTIALS
JWT_BEARER
PASSWORD
REFRESH_TOKEN
SAML1
SAML2