CLASS
AuthenticationUser
@objc public class AuthenticationUser: NSObject
Object representing a user in the platform.
Properties
identity
public var identity: Identity = Identity()
The identity used for the authentication.
Methods
init()
public override init()
init(userId:)
public init(userId: String)