Auth0 Node.js SDK - v5.3.1
    Preparing search index...

    Interface ConnectionOptionsWindowsLive

    Options for the 'windowslive' connection

    interface ConnectionOptionsWindowsLive {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        client_id?: string;
        client_secret?: string;
        freeform_scopes?: ConnectionScopeArray;
        scope?: ConnectionScopeArray;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        strategy_version?: number;
        upstream_params?: ConnectionUpstreamParams;
        applications?: boolean;
        applications_create?: boolean;
        basic?: boolean;
        birthday?: boolean;
        calendars?: boolean;
        calendars_update?: boolean;
        contacts_birthday?: boolean;
        contacts_calendars?: boolean;
        contacts_create?: boolean;
        contacts_photos?: boolean;
        contacts_skydrive?: boolean;
        directory_accessasuser_all?: boolean;
        directory_read_all?: boolean;
        directory_readwrite_all?: boolean;
        emails?: boolean;
        events_create?: boolean;
        graph_calendars?: boolean;
        graph_calendars_update?: boolean;
        graph_contacts?: boolean;
        graph_contacts_update?: boolean;
        graph_device?: boolean;
        graph_device_command?: boolean;
        graph_emails?: boolean;
        graph_emails_update?: boolean;
        graph_files?: boolean;
        graph_files_all?: boolean;
        graph_files_all_update?: boolean;
        graph_files_update?: boolean;
        graph_notes?: boolean;
        graph_notes_create?: boolean;
        graph_notes_update?: boolean;
        graph_tasks?: boolean;
        graph_tasks_update?: boolean;
        graph_user?: boolean;
        graph_user_activity?: boolean;
        graph_user_update?: boolean;
        group_read_all?: boolean;
        group_readwrite_all?: boolean;
        mail_readwrite_all?: boolean;
        mail_send?: boolean;
        messenger?: boolean;
        offline_access?: boolean;
        phone_numbers?: boolean;
        photos?: boolean;
        postal_addresses?: boolean;
        rolemanagement_read_all?: boolean;
        rolemanagement_readwrite_directory?: boolean;
        share?: boolean;
        signin?: boolean;
        sites_read_all?: boolean;
        sites_readwrite_all?: boolean;
        skydrive?: boolean;
        skydrive_update?: boolean;
        team_readbasic_all?: boolean;
        team_readwrite_all?: boolean;
        user_read_all?: boolean;
        user_readbasic_all?: boolean;
        work_profile?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    client_id?: string
    client_secret?: string
    freeform_scopes?: ConnectionScopeArray
    strategy_version?: number
    upstream_params?: ConnectionUpstreamParams
    applications?: boolean

    When enabled, requests access to user's applications.

    applications_create?: boolean

    When enabled, requests permission to create applications.

    basic?: boolean

    When enabled, requests read access to user's basic profile information and contacts list.

    birthday?: boolean

    When enabled, requests read access to user's birth day, month, and year.

    calendars?: boolean

    When enabled, requests read access to user's calendars and events.

    calendars_update?: boolean

    When enabled, requests read and write access to user's calendars and events.

    contacts_birthday?: boolean

    When enabled, requests read access to contacts' birth day and birth month.

    contacts_calendars?: boolean

    When enabled, requests read access to user's calendars and shared calendars/events from others.

    contacts_create?: boolean

    When enabled, requests permission to create new contacts in user's address book.

    contacts_photos?: boolean

    When enabled, requests read access to user's and shared albums, photos, videos, and audio.

    contacts_skydrive?: boolean

    When enabled, requests read access to OneDrive files shared by other users.

    directory_accessasuser_all?: boolean

    When enabled, allows the app to have the same access to information in the directory as the signed-in user.

    directory_read_all?: boolean

    When enabled, allows the app to read data in your organization's directory, such as users, groups, and apps.

    directory_readwrite_all?: boolean

    When enabled, allows the app to read and write data in your organization's directory, such as users and groups.

    emails?: boolean

    When enabled, requests read access to personal, preferred, and business email addresses.

    events_create?: boolean

    When enabled, requests permission to create events on user's default calendar.

    graph_calendars?: boolean

    When enabled, requests permission to read the user's calendars.

    graph_calendars_update?: boolean

    When enabled, requests permission to read and write the user's calendars.

    graph_contacts?: boolean

    When enabled, requests permission to read the user's contacts.

    graph_contacts_update?: boolean

    When enabled, requests permission to read and write the user's contacts.

    graph_device?: boolean

    When enabled, requests permission to read the user's device information.

    graph_device_command?: boolean

    When enabled, requests permission to send commands to the user's devices.

    graph_emails?: boolean

    When enabled, requests permission to read the user's emails.

    graph_emails_update?: boolean

    When enabled, requests permission to read and write the user's emails.

    graph_files?: boolean

    When enabled, requests permission to read the user's files.

    graph_files_all?: boolean

    When enabled, requests permission to read all files the user has access to.

    graph_files_all_update?: boolean

    When enabled, requests permission to read and write all files the user has access to.

    graph_files_update?: boolean

    When enabled, requests permission to read and write the user's files.

    graph_notes?: boolean

    When enabled, requests permission to read the user's OneNote notebooks.

    graph_notes_create?: boolean

    When enabled, requests permission to create new OneNote notebooks.

    graph_notes_update?: boolean

    When enabled, requests permission to read and write the user's OneNote notebooks.

    graph_tasks?: boolean

    When enabled, requests permission to read the user's tasks.

    graph_tasks_update?: boolean

    When enabled, requests permission to read and write the user's tasks.

    graph_user?: boolean

    When enabled, requests permission to read the user's profile.

    graph_user_activity?: boolean

    When enabled, requests permission to read the user's activity history.

    graph_user_update?: boolean

    When enabled, requests permission to read and write the user's profile.

    group_read_all?: boolean

    When enabled, allows the app to read all group properties and memberships.

    group_readwrite_all?: boolean

    When enabled, allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups.

    mail_readwrite_all?: boolean

    When enabled, allows the app to create, read, update, and delete all mail in all mailboxes.

    mail_send?: boolean

    When enabled, allows the app to send mail as users in the organization.

    messenger?: boolean

    When enabled, requests access to user's Windows Live Messenger data.

    offline_access?: boolean

    When enabled, requests a refresh token for offline access.

    phone_numbers?: boolean

    When enabled, requests read access to personal, business, and mobile phone numbers.

    photos?: boolean

    When enabled, requests read access to user's photos, videos, audio, and albums.

    postal_addresses?: boolean

    When enabled, requests read access to personal and business postal addresses.

    rolemanagement_read_all?: boolean

    When enabled, allows the app to read the role-based access control (RBAC) settings for your company's directory.

    rolemanagement_readwrite_directory?: boolean

    When enabled, allows the app to read and write the role-based access control (RBAC) settings for your company's directory.

    share?: boolean

    When enabled, requests permission to share content with other users.

    signin?: boolean

    When enabled, provides single sign-in behavior for users already signed into their Microsoft account.

    sites_read_all?: boolean

    When enabled, allows the app to read documents and list items in all SharePoint site collections.

    sites_readwrite_all?: boolean

    When enabled, allows the app to create, read, update, and delete documents and list items in all SharePoint site collections.

    skydrive?: boolean

    When enabled, requests read access to user's files stored on OneDrive.

    skydrive_update?: boolean

    When enabled, requests read and write access to user's OneDrive files.

    team_readbasic_all?: boolean

    When enabled, allows the app to read the names and descriptions of all teams.

    team_readwrite_all?: boolean

    When enabled, allows the app to read and write all teams' information and change team membership.

    user_read_all?: boolean

    When enabled, allows the app to read the full set of profile properties, reports, and managers of all users.

    user_readbasic_all?: boolean

    When enabled, allows the app to read a basic set of profile properties of all users in the directory.

    work_profile?: boolean

    When enabled, requests read access to employer and work position information.