Type alias OpenId4vpConfigurationAutoDetectOptions

OpenId4vpConfigurationAutoDetectOptions: {
    mode?: Mode;
    redirectUri: string;
    walletProviderId?: string;
}

Options for openid4vpConfiguration which allow to auto-detect the device mode

Type declaration

  • Optional mode?: Mode

    An optional mode in which the credentials are requested.

    If not provided, the mode will be automatically detected based off the end users device.

    Example

    isMobileDetect(navigator.userAgent)
    
  • redirectUri: string

    redirect uri to use for same device mode

  • 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