ts-lambda-api - v2.5.2
    Preparing search index...

    Interface OAuthFlowObject

    interface OAuthFlowObject {
        authorizationUrl?: string;
        refreshUrl?: string;
        scopes: ScopesObject;
        tokenUrl?: string;
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [extensionName: `x-${string}`]: any
    Index

    Properties

    authorizationUrl?: string
    refreshUrl?: string
    scopes: ScopesObject
    tokenUrl?: string