Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.DeveloperUserAlreadyRegisteredException
-
Packages that use DeveloperUserAlreadyRegisteredException Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of DeveloperUserAlreadyRegisteredException in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that throw DeveloperUserAlreadyRegisteredException Modifier and Type Method Description default GetOpenIdTokenForDeveloperIdentityResponseCognitoIdentityClient. getOpenIdTokenForDeveloperIdentity(Consumer<GetOpenIdTokenForDeveloperIdentityRequest.Builder> getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand an OpenID Connect token for a user authenticated by your backend authentication process.default GetOpenIdTokenForDeveloperIdentityResponseCognitoIdentityClient. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand an OpenID Connect token for a user authenticated by your backend authentication process.
-