Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthenticationResultType.Builder
-
Packages that use AuthenticationResultType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AuthenticationResultType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthenticationResultType.Builder Modifier and Type Method Description AuthenticationResultType.BuilderAuthenticationResultType.Builder. accessToken(String accessToken)Your user's access token.static AuthenticationResultType.BuilderAuthenticationResultType. builder()AuthenticationResultType.BuilderAuthenticationResultType.Builder. expiresIn(Integer expiresIn)The expiration period of the authentication result in seconds.AuthenticationResultType.BuilderAuthenticationResultType.Builder. idToken(String idToken)Your user's ID token.default AuthenticationResultType.BuilderAuthenticationResultType.Builder. newDeviceMetadata(Consumer<NewDeviceMetadataType.Builder> newDeviceMetadata)The new device metadata from an authentication result.AuthenticationResultType.BuilderAuthenticationResultType.Builder. newDeviceMetadata(NewDeviceMetadataType newDeviceMetadata)The new device metadata from an authentication result.AuthenticationResultType.BuilderAuthenticationResultType.Builder. refreshToken(String refreshToken)Your user's refresh token.AuthenticationResultType.BuilderAuthenticationResultType. toBuilder()AuthenticationResultType.BuilderAuthenticationResultType.Builder. tokenType(String tokenType)The intended use of the token, for exampleBearer.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AuthenticationResultType.Builder Modifier and Type Method Description static Class<? extends AuthenticationResultType.Builder>AuthenticationResultType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthenticationResultType.Builder Modifier and Type Method Description default AdminInitiateAuthResponse.BuilderAdminInitiateAuthResponse.Builder. authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)The outcome of successful authentication.default AdminRespondToAuthChallengeResponse.BuilderAdminRespondToAuthChallengeResponse.Builder. authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)The outcome of a successful authentication process.default InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)The result of the authentication response.default RespondToAuthChallengeResponse.BuilderRespondToAuthChallengeResponse.Builder. authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)The result returned by the server in response to the request to respond to the authentication challenge.
-