AuthDataOptions
public struct AuthDataOptions : OptionSet
The options of auth data
-
Declaration
Swift
public let rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)
-
Using the auth data as main data.
Declaration
Swift
public static let mainAccount: LCUser.AuthDataOptions
-
If a user with the auth data not exist, then return error.
Declaration
Swift
public static let failOnNotExist: LCUser.AuthDataOptions