nylas
    Preparing search index...

    Interface for identity provider (IdP) settings for the application

    interface IdpSettings {
        issuers?: string;
        origins?: string;
    }
    Index

    Properties

    Properties

    issuers?: string

    Comma-separated list of allowed issuers.

    origins?: string

    Comma-separated list of allowed origins. Each must be an absolute HTTPS URL (HTTP allowed for localhost/127.0.0.1) with no path, query, fragment, or userinfo.