Configurations that allow saving a token to Google for the purpose of account linking.
| class | SaveAccountLinkingTokenRequest.Builder | Builder for
SaveAccountLinkingTokenRequest. |
|
| String | EXTRA_TOKEN | |
| String | TOKEN_TYPE_AUTH_CODE | A constant to indicate that the type of token that will be saved is an Authorization Code. |
| static SaveAccountLinkingTokenRequest.Builder |
builder()
Returns an instance of the
SaveAccountLinkingTokenRequest.Builder that can be used to build an
instance of
SaveAccountLinkingTokenRequest.
|
| boolean | |
| PendingIntent |
getConsentPendingIntent()
Returns the
PendingIntent
that is set in the request and will be used to launch the consent page by
Google Play Services during the flow.
|
| List<String> |
getScopes()
Returns the scopes that were set in the request.
|
| String |
getServiceId()
Returns the service-id that was set in the request.
|
| String |
getTokenType()
Returns the type of token that is requested.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
A constant to indicate that the type of token that will be saved is an Authorization Code.
Returns an instance of the
SaveAccountLinkingTokenRequest.Builder that can be used to build an instance
of
SaveAccountLinkingTokenRequest.
Returns the PendingIntent
that is set in the request and will be used to launch the consent page by Google Play
Services during the flow.
Returns the scopes that were set in the request. These are the requested scopes for the token that will be issued by your application.
Returns the service-id that was set in the request. This service-id can be found in your cloud project.
Returns the type of token that is requested.