agentic-openapi-parser
    Preparing search index...

    Interface OAuth2TokenState

    interface OAuth2TokenState {
        accessToken: string;
        clientId?: string;
        clientSecret?: string;
        refreshToken?: string;
        tokenExpiresAt?: Date;
        tokenUrl?: string;
    }
    Index
    accessToken: string
    clientId?: string
    clientSecret?: string
    refreshToken?: string
    tokenExpiresAt?: Date
    tokenUrl?: string