IdentityVerificationResponse: {
    identityProvider: SE.IdentityProvider;
    plaidLinkToken: string;
    verificationUrl: string;
}

Type declaration

  • identityProvider: SE.IdentityProvider

    Provider used for the identity verification

  • plaidLinkToken: string
  • verificationUrl: string

    URL of the provider to start the identity verification

Generated using TypeDoc