| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.oauth2.resource |
API Service Classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.fromString(String value)
Convert a string into an Enum instance, used for jersey deserialization.
|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TokenService.tokenRequest(javax.ws.rs.core.UriInfo uriInfo,
BigInteger code,
URI redirect,
String state,
String scope,
String username,
String password,
BigInteger refreshToken,
GrantType grantType)
Attempt to issue a token based on the requested token type.
|
Copyright © 2018 krotscheck.net. All rights reserved.