Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetOpenIdTokenForDeveloperIdentityRequest.Builder,GetOpenIdTokenForDeveloperIdentityRequest>
@Generated("software.amazon.awssdk:codegen") public class GetOpenIdTokenForDeveloperIdentityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetOpenIdTokenForDeveloperIdentityRequest.Builder,GetOpenIdTokenForDeveloperIdentityRequest>
Input to the GetOpenIdTokenForDeveloperIdentity
action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetOpenIdTokenForDeveloperIdentityRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetOpenIdTokenForDeveloperIdentityRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityId() |
A unique identifier in the format REGION:GUID.
|
String |
identityPoolId() |
An identity pool ID in the format REGION:GUID.
|
Map<String,String> |
logins() |
A set of optional name-value pairs that map provider names to provider tokens.
|
static Class<? extends GetOpenIdTokenForDeveloperIdentityRequest.Builder> |
serializableBuilderClass() |
|
GetOpenIdTokenForDeveloperIdentityRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
Long |
tokenDuration() |
The expiration time of the token, in seconds.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identityPoolId()
An identity pool ID in the format REGION:GUID.
public String identityId()
A unique identifier in the format REGION:GUID.
public Map<String,String> logins()
A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a
user from a public provider or developer provider. If the user is from a developer provider, the name-value pair
will follow the syntax "developer_provider_name": "developer_user_identifier"
. The developer
provider is the "domain" by which Cognito will refer to your users; you provided this domain while
creating/updating the identity pool. The developer user identifier is an identifier from your backend that
uniquely identifies a user. When you create an identity pool, you can specify the supported logins.
"developer_provider_name": "developer_user_identifier"
. The developer provider is the
"domain" by which Cognito will refer to your users; you provided this domain while creating/updating the
identity pool. The developer user identifier is an identifier from your backend that uniquely identifies
a user. When you create an identity pool, you can specify the supported logins.public Long tokenDuration()
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
public GetOpenIdTokenForDeveloperIdentityRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetOpenIdTokenForDeveloperIdentityRequest.Builder,GetOpenIdTokenForDeveloperIdentityRequest>
public static GetOpenIdTokenForDeveloperIdentityRequest.Builder builder()
public static Class<? extends GetOpenIdTokenForDeveloperIdentityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.