AuthConfirmSignInRequest
public struct AuthConfirmSignInRequest : AmplifyOperationRequest
Request for confirming sign in flow
-
Challenge response as part of sign in flow.
The value of
challengeResponsevaries based on the sign in next step defined inAuthSignInStepDeclaration
Swift
public let challengeResponse: String -
Extra request options defined in
AuthConfirmSignInRequest.OptionsDeclaration
Swift
public var options: Options -
Declaration
Swift
public init(challengeResponse: String, options: Options) -
Declaration
View on GitHub