light-mode-image
Learn
Functions

getTrustedIssuerCertificates

Retrieve all trusted issuer certificates from storage.

Signature

function getTrustedIssuerCertificates(): Promise<Result<TrustedIssuerCertificate[], GetTrustedIssuerCertificatesError>>

Returns

Promise<Result<TrustedIssuerCertificate[], GetTrustedIssuerCertificatesError>>

A promise that resolves to every stored trusted issuer certificate. An empty array when none are stored.

Throws

MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.

How would you rate this page?

On this page