hwsecurity-fido2 / de.cotech.hw.fido2.domain / PublicKeyCredentialDescriptor /

PublicKeyCredentialDescriptor

abstract class PublicKeyCredentialDescriptor

Functions

Name Summary
create open fun create(type: PublicKeyCredentialType, id: Array<Byte>, transports: List<AuthenticatorTransport>): PublicKeyCredentialDescriptor
id abstract fun id(): Array<Byte>
transports abstract fun transports(): List<AuthenticatorTransport>
type abstract fun type(): PublicKeyCredentialType