CredentialIssuanceMethod
The method by which a credential was issued.
enum CredentialIssuanceMethod {
inPerson
remote
}
Values
CredentialIssuanceMethod.inPerson
Issued directly in person (no remote issuance request).
CredentialIssuanceMethod.remote
Issued via a remote issuance request (async issuance).
Member Of
CredentialRecord object ● CredentialRecordWhere input