hwsecurity-fido2 / de.cotech.hw.fido2.domain.get / PublicKeyCredentialRequestOptions /

PublicKeyCredentialRequestOptions

abstract class PublicKeyCredentialRequestOptions

Functions

Name Summary
allowCredentials abstract fun allowCredentials(): List<PublicKeyCredentialDescriptor>
challenge abstract fun challenge(): Array<Byte>
create open fun create(challenge: Array<Byte>, timeout: Long, rpId: String, allowCredentials: List<PublicKeyCredentialDescriptor>, userVerification: UserVerificationRequirement): PublicKeyCredentialRequestOptions
rpId abstract fun rpId(): String
timeout abstract fun timeout(): Long
userVerification abstract fun userVerification(): UserVerificationRequirement