light-mode-image
Learn
Functions

fetchAppleWalletConfiguration

iOS only Retrieves the Apple Wallet configuration required for mobile credential verification.

iOS only

Retrieves the Apple Wallet configuration required for mobile credential verification.

Signature

function fetchAppleWalletConfiguration(
  options: FetchAppleWalletConfigurationOptions
): Promise<Result<AppleWallet, FetchAppleWalletConfigurationError>>

Parameters

Returns

Promise<Result<AppleWallet, FetchAppleWalletConfigurationError>>

A promise that resolves to a Result containing an instance of AppleWallet on success, or a FetchAppleWalletConfigurationError on failure.

How would you rate this page?

On this page