public abstract class GrantBase extends Object
OpenIdClient
Modifier and Type | Class and Description |
---|---|
static class |
GrantBase.GrantType |
Constructor and Description |
---|
GrantBase() |
Modifier and Type | Method and Description |
---|---|
abstract GrantBase.GrantType |
getGrantType() |
TokenError |
getTokenError() |
TokenRequest |
getTokenRequest() |
TokenResponse |
getTokenResponse() |
public abstract GrantBase.GrantType getGrantType()
public TokenRequest getTokenRequest()
public TokenResponse getTokenResponse()
public TokenError getTokenError()