public static final class OAuth2AccessToken.TokenType
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static OAuth2AccessToken.TokenType |
BEARER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
Returns the value of the token type.
|
int |
hashCode() |
public static final OAuth2AccessToken.TokenType BEARER
public java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object