public final class TokenType
extends com.aspose.ms.System.Enum
Defines OAuth token types
Modifier and Type | Field and Description |
---|---|
static int |
AccessToken
Access token grants access to an API.
|
static int |
RefreshToken
Refresh token allows to obtain new access tokens.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int AccessToken
Access token grants access to an API.
public static final int RefreshToken
Refresh token allows to obtain new access tokens.