@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface UrlRequestBuilderGetQueryParameters

    To generate an Oauth2-URL for use with your localhost, send a GET request to /v2/gen-ai/oauth2/url. Pass 'http://localhost:3000 as redirect_url

    interface UrlRequestBuilderGetQueryParameters {
        redirectUrl?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    redirectUrl?: string

    The redirect url.

    type?: string

    Type "google" / "dropbox".