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

    Interface ApplicationSessionGrant

    Session grant for org-level login into an application.

    interface ApplicationSessionGrant {
        exchangeToken: string;
        expiresAt: string;
    }
    Index

    Properties

    exchangeToken: string

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

    expiresAt: string

    ISO session expiry.