nylas
    Preparing search index...

    Interface MicrosoftAdminConsentSettings

    Interface representing additional data needed to create a credential for Microsoft Admin Consent

    interface MicrosoftAdminConsentSettings {
        clientId: string;
        clientSecret: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    clientId: string
    clientSecret: string