AuthWebUISignInRequest
public struct AuthWebUISignInRequest : AmplifyOperationRequest
Request to initiate sign in using a web UI.
Note that this call would also be used for sign up, forgot password, confirm password, and similar flows.
-
Optional auth provider to directly sign in with the provider
Declaration
Swift
public let authProvider: AuthProvider?
-
Extra request options defined in
AuthWebUISignInRequest.Options
Declaration
Swift
public var options: Options
-
Presentation anchor on which the webUI is displayed
Declaration
Swift
public let presentationAnchor: AuthUIPresentationAnchor?
-
Declaration
Swift
public init(presentationAnchor: AuthUIPresentationAnchor?, authProvider: AuthProvider? = nil, options: Options)
-
Declaration
Swift
struct Options