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