Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResponse
-
Packages that use GetOpenIdTokenForDeveloperIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of GetOpenIdTokenForDeveloperIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return GetOpenIdTokenForDeveloperIdentityResponse 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.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type GetOpenIdTokenForDeveloperIdentityResponse Modifier and Type Method Description default CompletableFuture<GetOpenIdTokenForDeveloperIdentityResponse>CognitoIdentityAsyncClient. getOpenIdTokenForDeveloperIdentity(Consumer<GetOpenIdTokenForDeveloperIdentityRequest.Builder> getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand an OpenID Connect token for a user authenticated by your backend authentication process.default CompletableFuture<GetOpenIdTokenForDeveloperIdentityResponse>CognitoIdentityAsyncClient. getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)Registers (or retrieves) a CognitoIdentityIdand an OpenID Connect token for a user authenticated by your backend authentication process.
-