Type alias RequestMobileCredentialsOptions

RequestMobileCredentialsOptions: {
    applicationId: string;
    challenge: string;
    request: MobileCredentialRequest[];
    walletProviderId?: string;
}

Options for requesting mobile credentials via remote app-to-app verification.

Type declaration

  • Readonly applicationId: string

    The Android verifier application ID that has been registered with the MATTR VII Platform and configured for use with this integration.

  • Readonly challenge: string

    Challenge string to bind the request to this session.

  • Readonly request: MobileCredentialRequest[]

    A list of credential queries used to filter and match credentials stored in the wallet.

  • Optional Readonly walletProviderId?: string

    Optional wallet provider ID registered with the MATTR VII Platform, used to target a specific wallet that supports OpenID4VP. When set, forces using an OpenID4VP session.

Generated using TypeDoc