DeviceKeyAuthenticationPolicyChangedException

class DeviceKeyAuthenticationPolicyChangedException(val credentialId: String, val required: Set<UserAuthentication>, val available: Set<UserAuthentication>) : HolderException

Constructors

constructor(credentialId: String, required: Set<UserAuthentication>, available: Set<UserAuthentication>)

Properties

Link copied to clipboard
val available: Set<UserAuthentication>
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val credentialId: String
Link copied to clipboard
open val message: String?
Link copied to clipboard
val required: Set<UserAuthentication>