Interface SessionWithOneshotTokenExchangeCreate

Credentials for a session using one-shot token exchange to reuse the user's credentials. One-shot sessions are short-lived sessions that are not refreshed and do not require support for token exchange from the identity provider.

interface SessionWithOneshotTokenExchangeCreate {
    oneshotTokenExchange: true;
}

Properties

oneshotTokenExchange: true

Use one-shot token exchange for the session. Must be true.