CopyableBuilder<GetOpenIdTokenRequest.Builder,GetOpenIdTokenRequest>
, SdkBuilder<GetOpenIdTokenRequest.Builder,GetOpenIdTokenRequest>
public static interface GetOpenIdTokenRequest.Builder extends CopyableBuilder<GetOpenIdTokenRequest.Builder,GetOpenIdTokenRequest>
Modifier and Type | Method | Description |
---|---|---|
GetOpenIdTokenRequest.Builder |
identityId(String identityId) |
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenRequest.Builder |
logins(Map<String,String> logins) |
A set of optional name-value pairs that map provider names to provider tokens.
|
copy
apply, build
GetOpenIdTokenRequest.Builder identityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.GetOpenIdTokenRequest.Builder logins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com
and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com,
an Amazon Cognito Identity Provider, or any other OpenId Connect provider, always include the
id_token
.
logins
- A set of optional name-value pairs that map provider names to provider tokens. When using
graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow.
For accounts.google.com, an Amazon Cognito Identity Provider, or any other OpenId Connect provider,
always include the id_token
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.