Type alias OpenId4vpConfigurationCrossDeviceOptions

OpenId4vpConfigurationCrossDeviceOptions: {
    mode: CrossDevice;
    walletProviderId?: string;
}

Options for openid4vpConfiguration to request credentials via a cross-device flow.

Type declaration

  • mode: CrossDevice

    A mode in which the credentials are requested. Set to Mode.CrossDevice for this type.

  • Optional walletProviderId?: string

    An optional identifier for wallet configuration. If not provided, the default wallet will be used. This parameter is defined as part of your MATTR VII tenant verifier configuration

Generated using TypeDoc