nylas
    Preparing search index...

    Type Alias RedirectUri

    Interface representation of a Redirect URI object

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

    Properties

    deletedAt?: number

    Unix timestamp (seconds) when the redirect URI was soft-deleted. Omitted when empty.

    id: string

    Globally unique object identifier

    Platform identifier. One of web, js, ios, android, desktop.

    Configuration settings

    url: string

    Redirect URL