public final class TokenType
extends 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.
|
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.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.