Interface SessionWithTokenExchangeCreate

Credentials for a session using token exchange to reuse the user's credentials.

interface SessionWithTokenExchangeCreate {
    tokenExchange: true;
}

Properties

Properties

tokenExchange: true

Use token exchange for the session. Must be true.