Type alias ThirdPartyLoopResponse

ThirdPartyLoopResponse: {
    cancelUrl: string;
    currentStep: "thirdPartyLoop";
    errorIds?: [ErrorId];
    loginUrl: string;
    thirdPartyLoopProvider: ThirdPartyLoopProvider;
    verificationId: DatabaseId;
} & WithLocaleAndCountryAndSegment

Type declaration

  • cancelUrl: string
  • currentStep: "thirdPartyLoop"
  • Optional errorIds?: [ErrorId]
  • loginUrl: string
  • thirdPartyLoopProvider: ThirdPartyLoopProvider
  • verificationId: DatabaseId