Set User Verified Request
data class SetUserVerifiedRequest(authenticatorId: AuthenticatorId, isUserVerified: Boolean)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#setUserVerified operation call.
Sets whether User Verification succeeds or fails for an authenticator. The default is true.
See also
Constructors
SetUserVerifiedRequest
Link copied to clipboard
fun SetUserVerifiedRequest(authenticatorId: AuthenticatorId, isUserVerified: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard