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 GetOpenIdTokenForDeveloperIdentityResultAbstractAmazonCognitoIdentity. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest request)GetOpenIdTokenForDeveloperIdentityResultAmazonCognitoIdentity. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand an OpenID Connect token for a user authenticated by your backend authentication process.GetOpenIdTokenForDeveloperIdentityResultAmazonCognitoIdentityClient. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand 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 GetOpenIdTokenForDeveloperIdentityResultGetOpenIdTokenForDeveloperIdentityResult. clone()GetOpenIdTokenForDeveloperIdentityResultGetOpenIdTokenForDeveloperIdentityResult. withIdentityId(String identityId)A unique identifier in the format REGION:GUID.GetOpenIdTokenForDeveloperIdentityResultGetOpenIdTokenForDeveloperIdentityResult. withToken(String token)An OpenID token.
-