| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdTokenForDeveloperIdentityResult |
AbstractAmazonCognitoIdentity.getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest request) |
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. |
GetOpenIdTokenForDeveloperIdentityResult |
AmazonCognitoIdentityClient.getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest request)
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 |
|---|---|
GetOpenIdTokenForDeveloperIdentityResult |
GetOpenIdTokenForDeveloperIdentityResult.clone() |
GetOpenIdTokenForDeveloperIdentityResult |
GetOpenIdTokenForDeveloperIdentityResult.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityResult |
GetOpenIdTokenForDeveloperIdentityResult.withToken(String token)
An OpenID token.
|
Copyright © 2021. All rights reserved.