FoxoChat.js Packages
    Preparing search index...

    Interface APIToken

    API token DTO.

    interface APIToken {
        access_token: string;
    }
    Index

    Properties

    Properties

    access_token: string

    API access token.