Functions
getTrustedVerifierCertificates
Retrieve all trusted verifier certificates from storage.
Signature
function getTrustedVerifierCertificates(): Promise<Result<TrustedVerifierCertificate[], GetTrustedVerifierCertificatesError>>Returns
Promise<Result<TrustedVerifierCertificate[], GetTrustedVerifierCertificatesError>>
A promise that resolves to every stored trusted verifier certificate. An empty array when none are stored.
Throws
MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.
How would you rate this page?