Skip to main content

BIDLinkedAccount

public class BIDLinkedAccount


Model class to represent linked account data (attributes).

Field Summary

Parameters
BIDAccountaccount: returns the associated user account
BIDOriginorigin: returns user account's origin
Stringscep_expiry: returns SCEP certificate expiry date of linked account
Stringsceptoken: returns SCEP token of linked account
Stringsmartcardhash: returns Smartcard Hash of linked account
StringuserId: returns User ID of linked account
StringfidoKeyId: returns FIDO key ID string value
BoolisExternalKeyRegistered: returns bool if external key is registered
BIDPasswordPolicy**passwordPolicy: returns password policy
WorkstationAuthOriginworkstationAuthOrigin: Returns WorkstationAuthOrigin object of linked account

Constructor

public init(origin: BIDOrigin, userId: String, smartcardhash: String, sceptoken: String, scepExpiry: String = "", account: BIDAccount?)

  • Creates an object of BIDLinkedAccount

Method Summary

Parameters
Bool== (lhs: BIDLinkedAccount, rhs: BIDLinkedAccount)Returns result of two BIDLinkedAccount objects comparison
BoolisOfflineAuthSupportedChecks and returns if offline authentication is supported

Method Detail

equals

public static func == (lhs: BIDLinkedAccount, rhs: BIDLinkedAccount) -> Bool

  • Returns result of 2 BIDLinkedAccount objects comparison

isOfflineAuthSupported

public func isOfflineAuthSupported() -> Bool

  • Checks and returns if offline authentication is supported