nylas
    Preparing search index...

    Type Alias RedirectUriSettings

    Configuration settings for a Redirect URI object

    type RedirectUriSettings = {
        appStoreId?: string;
        bundleId?: string;
        origin?: string;
        packageName?: string;
        sha1CertificateFingerprint?: string;
        teamId?: string;
    }
    Index

    Properties

    appStoreId?: string

    Related to iOS platform

    bundleId?: string

    Related to iOS platform

    origin?: string

    Related to JS platform

    packageName?: string

    Related to Android platform

    sha1CertificateFingerprint?: string

    Related to Android platform

    teamId?: string

    Related to iOS platform