kiotviet-client-sdk - v0.3.4
    Preparing search index...

    Interface KiotVietTokenResponse

    interface KiotVietTokenResponse {
        access_token: string;
        expires_in: number;
        token_type: "Bearer";
    }
    Index

    Properties

    access_token: string
    expires_in: number
    token_type: "Bearer"