Options
struct Options
-
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?
-
Declaration
Swift
public let globalSignOut: Bool
-
Declaration
Swift
public init(globalSignOut: Bool = false, pluginOptions: Any? = nil)