Type alias FetchAppleWalletConfigurationOptions

FetchAppleWalletConfigurationOptions: {
    applicationId: string;
    merchantId: string;
    request: MobileCredentialRequest;
}

Type declaration

  • Readonly applicationId: string

    The application identifier used for the verification process.

  • Readonly merchantId: string

    The merchant identifier associated with the verification.

  • Readonly request: MobileCredentialRequest

    The credential request.

Generated using TypeDoc