public final class OAuth2TokenFormat
extends java.lang.Object
implements java.io.Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static OAuth2TokenFormat |
REFERENCE
Reference (opaque) tokens are unique identifiers that serve as a reference
to the token metadata and claims of the user and/or client, stored at the provider.
|
static OAuth2TokenFormat |
SELF_CONTAINED
Self-contained tokens use a protected, time-limited data structure that contains token metadata
and claims of the user and/or client.
|
| 构造器和说明 |
|---|
OAuth2TokenFormat(java.lang.String value)
Constructs an
OAuth2TokenFormat using the provided value. |
public static final OAuth2TokenFormat SELF_CONTAINED
public static final OAuth2TokenFormat REFERENCE