AppleWallet: {
    requestMobileCredentials: ((challenge) => Promise<Result<OnlinePresentationSessionResult, RequestMobileCredentialsWithAppleWalletError>>);
}

iOS only

A class, used to perform Apple Wallet identity requests

Type declaration

  • requestMobileCredentials: ((challenge) => Promise<Result<OnlinePresentationSessionResult, RequestMobileCredentialsWithAppleWalletError>>)
      • (challenge): Promise<Result<OnlinePresentationSessionResult, RequestMobileCredentialsWithAppleWalletError>>
      • Request an mDoc using Apple Wallet

        Parameters

        • challenge: string

          A unique challenge used for the verification session.

        Returns Promise<Result<OnlinePresentationSessionResult, RequestMobileCredentialsWithAppleWalletError>>

        A promise that resolves to a Result containing either the OnlinePresentationSessionResult on success or a RequestMobileCredentialsWithAppleWalletError on failure.

Generated using TypeDoc