Success

data class Success(val docType: String, val credentialId: String) : RetrieveCredentialResult

The retrieval was successful.

Constructors

Link copied to clipboard
constructor(docType: String, credentialId: String)

Properties

Link copied to clipboard
val credentialId: String

Local ID of the stored credential. Use with MobileCredentialHolder.getCredential. It is not necessary to store the ID in the app data for later usage, as you can get the IDs and basic details of all stored credentials using MobileCredentialHolder.getCredentials.

Link copied to clipboard
open override val docType: String

Document type.