PublicKeyCredentialRequestOptionsDto
@Serializable
Constructors
Link copied to clipboard
constructor(challenge: String, rpId: String? = null, timeoutMs: Long? = null, allowCredentials: List<PublicKeyCredentialDescriptorDto> = [], userVerification: String = "preferred", extensions: AuthenticationExtensionsClientInputsDto? = null)
Properties
Link copied to clipboard
@SerialName(value = "allowCredentials")
@Serializable(with = NullAsEmptyCredentialDescriptorListSerializer::class)
Link copied to clipboard
Link copied to clipboard