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 GetOpenIdTokenResult
AbstractAmazonCognitoIdentity. getOpenIdToken(GetOpenIdTokenRequest request)
GetOpenIdTokenResult
AmazonCognitoIdentity. getOpenIdToken(GetOpenIdTokenRequest getOpenIdTokenRequest)
Gets an OpenID token, using a known Cognito ID.GetOpenIdTokenResult
AmazonCognitoIdentityClient. 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 GetOpenIdTokenResult
GetOpenIdTokenResult. clone()
GetOpenIdTokenResult
GetOpenIdTokenResult. withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.GetOpenIdTokenResult
GetOpenIdTokenResult. withToken(String token)
An OpenID token, valid for 15 minutes.
-