public abstract class TokenParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenParameters.Builder<B extends TokenParameters.Builder<B>>
TokenParameters builder
|
| Modifier and Type | Method and Description |
|---|---|
IAccount |
getAccount()
Optional.
|
AccountRecord |
getAccountRecord() |
AuthenticationScheme |
getAuthenticationScheme()
Gets the
AuthenticationScheme. |
java.lang.String |
getAuthority()
Optional.
|
ClaimsRequest |
getClaimsRequest()
Optional.
|
java.lang.String |
getCorrelationId()
Gets the correlation id passed to Token Parameters.
|
java.util.List<java.lang.String> |
getScopes()
The non-null array of scopes to be requested for the access token.
|
public AuthenticationScheme getAuthenticationScheme()
AuthenticationScheme.public java.util.List<java.lang.String> getScopes()
public IAccount getAccount()
public java.lang.String getAuthority()
public ClaimsRequest getClaimsRequest()
public AccountRecord getAccountRecord()
public java.lang.String getCorrelationId()