AuthenticationData
public struct AuthenticationData : Claims, Codable
Represents user/device data that is used for authentication for the idp while using alternative authentication/ biometrics.
-
Declaration
Swift
public init(authCert: String, challengeToken: String, deviceInformation: RegistrationData.DeviceInformation, amr: [String], keyIdentifier: String, exp: Int)