Builder
class Builder
Properties
Link copied to clipboard
The result of the authentication response. This result is only returned if the caller doesn't need to pass another challenge. If the caller does need to pass another challenge before it gets tokens, ChallengeName
, ChallengeParameters
, and Session
are returned.
Link copied to clipboard
The name of the challenge that you're responding to with this call. This name is returned in the InitiateAuth
response if you must pass another challenge.
Link copied to clipboard
The challenge parameters. These are returned in the InitiateAuth
response if you must pass another challenge. The responses in this parameter should be used to compute inputs to the next call (RespondToAuthChallenge
).
Link copied to clipboard
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.cognitoidentityprovider.model.AuthenticationResultType inside the given block