|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OAuthToken.Type | |
|---|---|
| com.unboundid.scim.sdk | |
| Uses of OAuthToken.Type in com.unboundid.scim.sdk |
|---|
| Methods in com.unboundid.scim.sdk that return OAuthToken.Type | |
|---|---|
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. |
| Constructors in com.unboundid.scim.sdk with parameters of type OAuthToken.Type | |
|---|---|
OAuthToken(OAuthToken.Type type,
String tokenValue)
Constructs a fully initialized OAuthToken. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||