nylas
    Preparing search index...

    Interface UpdateApplicationRedirectUriRequest

    Callback URI shape accepted by application updates.

    interface UpdateApplicationRedirectUriRequest {
        id?: string;
        platform?: RedirectUriPlatform;
        settings?: RedirectUriSettings;
        url: string;
    }
    Index

    Properties

    id?: string

    Existing callback URI ID. Include this when preserving or updating an existing URI.

    Platform identifier. One of web, js, ios, android, desktop. Defaults to web when omitted.

    Optional settings for the redirect URI.

    url: string

    Redirect URL.