nylas
    Preparing search index...

    Type Alias CreateRedirectUriRequest

    Class representing a request to create a redirect uri.

    type CreateRedirectUriRequest = {
        platform?: RedirectUriPlatform;
        settings?: RedirectUriSettings;
        url: string;
    }
    Index

    Properties

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

    Optional settings for the redirect uri.

    url: string

    Redirect URL.