@theredspace/spp-client
    Preparing search index...

    Interface RefreshTokenResponse

    interface RefreshTokenResponse {
        access_token: string;
        refresh_token: string;
    }
    Index

    Properties

    access_token: string
    refresh_token: string