Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPublishedOAuthAppsResponse

    interface ListPublishedOAuthAppsResponse {
        apps?: PublishedOAuthApp[];
        nextPageToken?: string;
    }
    Index

    Properties

    List of Published OAuth Apps.

    nextPageToken?: string

    A token that can be used to get the next page of results. If not present, there are no more results to show.