Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity.
|
Modifier and Type | Method and Description |
---|---|
GetOpenIdTokenForDeveloperIdentityResult |
AmazonCognitoIdentityClient.getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
GetOpenIdTokenForDeveloperIdentityResult |
AmazonCognitoIdentity.getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest,
AsyncHandler<GetOpenIdTokenForDeveloperIdentityRequest,GetOpenIdTokenForDeveloperIdentityResult> asyncHandler)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest,
AsyncHandler<GetOpenIdTokenForDeveloperIdentityRequest,GetOpenIdTokenForDeveloperIdentityResult> asyncHandler)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Modifier and Type | Method and Description |
---|---|
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest,
AsyncHandler<GetOpenIdTokenForDeveloperIdentityRequest,GetOpenIdTokenForDeveloperIdentityResult> asyncHandler)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Future<GetOpenIdTokenForDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.getOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest,
AsyncHandler<GetOpenIdTokenForDeveloperIdentityRequest,GetOpenIdTokenForDeveloperIdentityResult> asyncHandler)
Registers (or retrieves) a Cognito
IdentityId and an
OpenID Connect token for a user authenticated by your backend
authentication process. |
Modifier and Type | Method and Description |
---|---|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.addLoginsEntry(String key,
String value)
A set of optional name-value pairs that map provider names to provider
tokens.
|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.clearLoginsEntries()
Removes all the entries added into Logins.
|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.withLogins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
GetOpenIdTokenForDeveloperIdentityRequest |
GetOpenIdTokenForDeveloperIdentityRequest.withTokenDuration(Long tokenDuration)
The expiration time of the token, in seconds.
|
Copyright © 2015. All rights reserved.