RequestCredentialsUsingKeyAttestation

class RequestCredentialsUsingKeyAttestation(val clientId: String, val documentId: String, val credentialConfiguration: CredentialConfiguration, var format: CredentialFormat? = null, val credentialRequestSets: MutableList<CredentialRequestSet> = mutableListOf()) : AbstractRequestCredentials, RequestCredentials, RpcAuthInspector

Constructors

Link copied to clipboard
constructor(clientId: String, documentId: String, credentialConfiguration: CredentialConfiguration, format: CredentialFormat? = null, credentialRequestSets: MutableList<CredentialRequestSet> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val documentId: String
Link copied to clipboard
open override var format: CredentialFormat?

Functions

Link copied to clipboard
open suspend override fun authCheck(target: String, method: String, payload: Bstr, authMessage: DataItem): CoroutineContext
Link copied to clipboard
Link copied to clipboard
open suspend override fun sendCredentials(credentialRequests: List<CredentialRequest>, keysAssertion: DeviceAssertion?): List<KeyPossessionChallenge>
Link copied to clipboard
open suspend override fun sendPossessionProofs(keyPossessionProofs: List<KeyPossessionProof>)