Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getMicrosoftMe

  • getMicrosoftMe(accessToken: string): Promise<IMicrosoftMe>
  • Returns information about the current user, using an access token.

    Parameters

    • accessToken: string

      The access token.

    Returns Promise<IMicrosoftMe>

    The promise with the access token.

setupAppForAzureAD

tryGetMicrosoftMe

  • tryGetMicrosoftMe(accessToken: string): Promise<IMicrosoftMe | false>
  • Tries to return information about the current user, using an access token.

    Parameters

    • accessToken: string

      The access token.

    Returns Promise<IMicrosoftMe | false>

    The promise with the access token or (false) if not possible.

Generated using TypeDoc