Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.InitiateAuthResponse.Builder
Packages that use InitiateAuthResponse.Builder
-
Uses of InitiateAuthResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return InitiateAuthResponse.BuilderModifier and TypeMethodDescriptiondefault InitiateAuthResponse.BuilderInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) The result of a successful and complete authentication request.InitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The result of a successful and complete authentication request.InitiateAuthResponse.Builder.availableChallenges(Collection<ChallengeNameType> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.InitiateAuthResponse.Builder.availableChallenges(ChallengeNameType... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.InitiateAuthResponse.Builder.availableChallengesWithStrings(String... availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.InitiateAuthResponse.Builder.availableChallengesWithStrings(Collection<String> availableChallenges) This response parameter lists the available authentication challenges that users can select from in choice-based authentication.static InitiateAuthResponse.BuilderInitiateAuthResponse.builder()InitiateAuthResponse.Builder.challengeName(String challengeName) The name of an additional authentication challenge that you must respond to.InitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) The name of an additional authentication challenge that you must respond to.InitiateAuthResponse.Builder.challengeParameters(Map<String, String> challengeParameters) The required parameters of theChallengeNamechallenge.The session identifier that links a challenge response to the initial authentication request.InitiateAuthResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type InitiateAuthResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InitiateAuthResponse.Builder>InitiateAuthResponse.serializableBuilderClass()