manifesto
    Preparing search index...

    Interface IAccessToken

    interface IAccessToken {
        accessToken: string;
        error: string;
        errorDescription: string;
        expiresIn: number;
        tokenType: string;
    }
    Index

    Properties

    accessToken: string
    error: string
    errorDescription: string
    expiresIn: number
    tokenType: string