Parameters that configure the authorization request.
| class | AuthorizationRequest.Builder | Builder for
AuthorizationRequest. |
|
| enum | AuthorizationRequest.ResourceParameter | An enumeration of available resource parameters. | |
| public static final Creator<AuthorizationRequest> | CREATOR |
| static AuthorizationRequest.Builder |
builder()
Returns a new
AuthorizationRequest.Builder.
|
| boolean | |
| Account |
getAccount()
Returns the account that should be used.
|
| String |
getHostedDomain()
Returns the hosted domain restriction for accounts.
|
| boolean |
getOptOutIncludingGrantedScopes()
Returns
true if it should opt out of including previously granted
scopes.
|
| List<Scope> |
getRequestedScopes()
Returns list of OAuth 2.0 scopes that the application is requesting.
|
| String |
getResourceParameter(AuthorizationRequest.ResourceParameter
resourceParameter)
Returns the value for the given
resourceParameter.
|
| Bundle |
getResourceParameters()
Returns a
Bundle of
resource parameters that will be set in the request.
|
| String |
getServerClientId()
Returns the requested audience for the ID token that is returned, or client ID
of the server that will need the auth code.
|
| int |
hashCode()
|
| boolean |
isForceCodeForRefreshToken()
Returns
true if the granted code should be exchanged for an access
token and a refresh token.
|
| boolean |
isOfflineAccessRequested()
Returns
true if offline access is requested.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns a new
AuthorizationRequest.Builder.
Returns the account that should be used.
Returns the hosted domain restriction for accounts.
Returns true if it should opt out of including previously granted
scopes.
By default, previously granted scopes are included in the authorization response.
Returns list of OAuth 2.0 scopes that the application is requesting.
Returns the value for the given resourceParameter. If no such parameter
was set, it returns null.
Returns a Bundle of
resource parameters that will be set in the request.
Returns the requested audience for the ID token that is returned, or client ID of the server that will need the auth code.
Returns true if the granted code should be exchanged for an access
token and a refresh token.
Returns true if offline access is requested.