@stigg/js-client-sdk - v4.6.0

    Type Alias GenerateReceivedLoginUrlInput

    Input for generating a one-shot magic-link login URL into the Received UI for a connected Received integration.

    type GenerateReceivedLoginUrlInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        integrationId: Scalars["UUID"];
        redirectTo?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    integrationId: Scalars["UUID"]

    ID of the Received integration to generate a login URL for

    redirectTo?: InputMaybe<Scalars["String"]>

    Optional same-origin relative path to land on after sign-in (e.g. "/customers/cust_abc123"). Signed into the encrypted login token; Received validates after decryption and falls back to its home page on malformed values.

    MMNEPVFCICPMFPCPTTAAATR