User
public struct User : Codable
The user metadata
-
Undocumented
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey -
Undocumented
Declaration
Swift
public init(id: String? = nil, type: UserType, subscription: Subscription? = .none, profileId: String? = nil, profileType: String? = nil, baseSubscription: String? = nil, silentLogin: Bool? = nil, transactionCode: String? = nil) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws