Functions
getTrustedIssuerCertificates
Retrieve all trusted issuer certificates from storage.
Signature
function getTrustedIssuerCertificates(): Promise<Result<TrustedIssuerCertificate[], GetTrustedIssuerCertificatesError>>Returns
Promise<Result<TrustedIssuerCertificate[], GetTrustedIssuerCertificatesError>>
A Result containing an array of trusted issuer certificates as instances of TrustedIssuerCertificate on success, or a GetTrustedIssuerCertificatesError on failure.
Throws
MobileCredentialVerifierErrorType.SdkNotInitialized if the SDK has not been initialized.
How would you rate this page?