Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthenticationResultType.Builder
Packages that use AuthenticationResultType.Builder
-
Uses of AuthenticationResultType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthenticationResultType.BuilderModifier and TypeMethodDescriptionAuthenticationResultType.Builder.accessToken(String accessToken) Your user's access token.AuthenticationResultType.builder()The expiration period of the authentication result in seconds.Your user's ID token.default AuthenticationResultType.BuilderAuthenticationResultType.Builder.newDeviceMetadata(Consumer<NewDeviceMetadataType.Builder> newDeviceMetadata) The new device metadata from an authentication result.AuthenticationResultType.Builder.newDeviceMetadata(NewDeviceMetadataType newDeviceMetadata) The new device metadata from an authentication result.AuthenticationResultType.Builder.refreshToken(String refreshToken) Your user's refresh token.AuthenticationResultType.toBuilder()The intended use of the token, for exampleBearer.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AuthenticationResultType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthenticationResultType.Builder>AuthenticationResultType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthenticationResultType.BuilderModifier and TypeMethodDescriptionAdminInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of successful authentication.AdminRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of a successful authentication process.GetTokensFromRefreshTokenResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) Sets the value of the AuthenticationResult property for this object.default InitiateAuthResponse.BuilderInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The result of a successful and complete authentication request.RespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The outcome of a successful authentication process.