kinetex - v0.0.2
    Preparing search index...

    Interface OAuth2Config

    interface OAuth2Config {
        clientId: string;
        clientSecret: string;
        onToken?: (token: OAuth2Token) => void;
        scope?: string;
        tokenUrl: string;
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    onToken?: (token: OAuth2Token) => void

    Called when a new token is obtained

    scope?: string
    tokenUrl: string