WebAuthn

abstract class WebAuthn

Abstract class to provide common utilities method for WebAuthnAuthentication and WebAuthnRegistration

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
protected fun getCredentials(credentials: JSONArray): List<PublicKeyCredentialDescriptor>

Parse the PublicKeyCredentialDescriptor

Link copied to clipboard
abstract suspend fun getPublicKeyCredential(context: Context): PublicKeyCredential
Link copied to clipboard

Parse the relaying party id.