Options
struct Options
extension AuthConfirmSignInRequest.Options: @unchecked Sendable
-
Extra plugin specific options, only used in special circumstances when the existing options do not provide a way to utilize the underlying auth plugin functionality. See plugin documentation for expected key/values
Declaration
Swift
public let pluginOptions: Any? -
Provide a presentation anchor if you are confirming sign in with WebAuthn. The WebAuthn assertion will be presented in the presentation anchor provided.
Declaration
Swift
public let presentationAnchorForWebAuthn: AuthUIPresentationAnchor? -
Declaration
Swift
public init( presentationAnchorForWebAuthn: AuthUIPresentationAnchor? = nil, pluginOptions: Any? = nil ) -
View on GitHub