@edgible-team/sdk
    Preparing search index...

    Interface RedeemShortCodeResult

    Result of redeeming a short code (the backend mints a session + exchange token).

    interface RedeemShortCodeResult {
        applicationId: string;
        exchangeToken: string;
        expiresAt: string;
        organizationId: string;
        success: boolean;
    }
    Index

    Properties

    applicationId: string
    exchangeToken: string

    One-time exchange token to hand to the application's auth service.

    expiresAt: string

    ISO session expiry.

    organizationId: string
    success: boolean