Uses of Class
com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult
-
Packages that use GetOpenIdTokenForDeveloperIdentityResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of GetOpenIdTokenForDeveloperIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetOpenIdTokenForDeveloperIdentityResult Modifier and Type Method Description GetOpenIdTokenForDeveloperIdentityResult
AbstractAmazonCognitoIdentity. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest request)
GetOpenIdTokenForDeveloperIdentityResult
AmazonCognitoIdentity. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a CognitoIdentityId
and an OpenID Connect token for a user authenticated by your backend authentication process.GetOpenIdTokenForDeveloperIdentityResult
AmazonCognitoIdentityClient. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a CognitoIdentityId
and an OpenID Connect token for a user authenticated by your backend authentication process. -
Uses of GetOpenIdTokenForDeveloperIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return GetOpenIdTokenForDeveloperIdentityResult Modifier and Type Method 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.
-