@osynicite/osynic-osuapi
    Preparing search index...

    Interface OToken

    interface OToken {
        access_token: string;
        expires_in: number;
        refresh_token?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    refresh_token?: string
    token_type: string