Type alias SessionServiceConfig

SessionServiceConfig: {
    authorization: string;
    pathname: string;
}

The configuration options for the SessionService

Type declaration

  • authorization: string

    The authorization header to use for all requests

  • pathname: string

    The path to use for all requests

Generated using TypeDoc