Uses of Class
com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
-
Packages that use GetOpenIdTokenResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of GetOpenIdTokenResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetOpenIdTokenResult Modifier and Type Method Description GetOpenIdTokenResultAbstractAmazonCognitoIdentity. getOpenIdToken(GetOpenIdTokenRequest request)GetOpenIdTokenResultAmazonCognitoIdentity. getOpenIdToken(GetOpenIdTokenRequest getOpenIdTokenRequest)Gets an OpenID token, using a known Cognito ID.GetOpenIdTokenResultAmazonCognitoIdentityClient. getOpenIdToken(GetOpenIdTokenRequest getOpenIdTokenRequest)Gets an OpenID token, using a known Cognito ID.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type GetOpenIdTokenResult Modifier and Type Method Description Future<GetOpenIdTokenResult>AbstractAmazonCognitoIdentityAsync. getOpenIdTokenAsync(GetOpenIdTokenRequest request, AsyncHandler<GetOpenIdTokenRequest,GetOpenIdTokenResult> asyncHandler)Future<GetOpenIdTokenResult>AmazonCognitoIdentityAsync. getOpenIdTokenAsync(GetOpenIdTokenRequest getOpenIdTokenRequest, AsyncHandler<GetOpenIdTokenRequest,GetOpenIdTokenResult> asyncHandler)Gets an OpenID token, using a known Cognito ID.Future<GetOpenIdTokenResult>AmazonCognitoIdentityAsyncClient. getOpenIdTokenAsync(GetOpenIdTokenRequest request, AsyncHandler<GetOpenIdTokenRequest,GetOpenIdTokenResult> asyncHandler) -
Uses of GetOpenIdTokenResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return GetOpenIdTokenResult Modifier and Type Method Description GetOpenIdTokenResultGetOpenIdTokenResult. clone()GetOpenIdTokenResultGetOpenIdTokenResult. withIdentityId(String identityId)A unique identifier in the format REGION:GUID.GetOpenIdTokenResultGetOpenIdTokenResult. withToken(String token)An OpenID token, valid for 15 minutes.
-