Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientOidcBackchannelLogoutSessionMetadata

    Controls whether session metadata is included in the logout token. Default value is null.

    interface ClientOidcBackchannelLogoutSessionMetadata {
        include?: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    include?: boolean

    The include property determines whether session metadata is included in the logout token.