nylas
    Preparing search index...

    Type Alias RedirectUri

    Interface representation of a Redirect URI object

    type RedirectUri = {
        id: string;
        platform: string;
        settings?: RedirectUriSettings;
        url: string;
    }
    Index

    Properties

    id: string

    Globally unique object identifier

    platform: string

    Platform identifier

    Configuration settings

    url: string

    Redirect URL