Enum Class GrantType

java.lang.Object
java.lang.Enum<GrantType>
org.forgerock.oauth2.core.GrantType
All Implemented Interfaces:
Serializable, Comparable<GrantType>, java.lang.constant.Constable

@Supported public enum GrantType extends Enum<GrantType>
Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.
See Also: