Structure
PCUser
public struct PCUser: Decodable, Equatable
The struct that holds information about a user
Relationships
Conforms To
Decodable
Equatable
Initializers
Properties
registeredDeviceToken
public var registeredDeviceToken: String?
Registered device token for this user
suggestedUserName
public var suggestedUserName: String?
The name for the user suggested by the server
extAuthMethods
public internal(set) var extAuthMethods: Set<PCExtendedAuthType>
User's list of extended authentication methods
isReadyToSign
public var isReadyToSign: Bool
Checks if password has been submitted for this user and the user is still being unlocked
confirmationCodeTSI
public var confirmationCodeTSI: TimeInterval
Expiration interval of generated signatures and codes. By default - 180 seconds
authorizationCodeTSI
public var authorizationCodeTSI: TimeInterval
Expiration interval of authorization codes. By default - 180 seconds
isRegisteredToAutosign
public var isRegisteredToAutosign: Bool
Returns true if user has been registered to use autosign