Type alias SSOResponse

SSOResponse: {
    cancelUrl: string;
    currentStep: "sso";
    errorIds?: [ErrorId];
    loginUrl: string;
    verificationId: DatabaseId;
} & WithLocaleAndCountryAndSegment

Type declaration

  • cancelUrl: string
  • currentStep: "sso"
  • Optional errorIds?: [ErrorId]
  • loginUrl: string
  • verificationId: DatabaseId

Description

Response from REST API indicating that SSO is expected to be submitted next.