| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
OAuthToken.Type |
OAuthToken.getType()
Returns the token type.
|
static OAuthToken.Type |
OAuthToken.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthToken.Type[] |
OAuthToken.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthToken(OAuthToken.Type type,
String tokenValue)
Constructs an OAuthToken with the specified
OAuthToken.Type and token value. |
Copyright © 2011–2016 UnboundID. All rights reserved.