Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/lib/providers/microsoft-account"

Index

Variables

liveLoginUri

liveLoginUri: string = "https://login.live.com/"

skypeLoginUri

skypeLoginUri: string = "https://login.skype.com/login/"

skypeWebUri

skypeWebUri: string = "https://web.skype.com/"

webClientLiveLoginId

webClientLiveLoginId: string = "578134"

Functions

getLiveKeys

getLiveToken

getSkypeToken

login

requestLiveToken

requestSkypeToken

scrapLivePpftKey

  • scrapLivePpftKey(html: string): string
  • Retrieves the PPFT key from the HTML response from login.live.com to get the Live keys.

    Parameters

    • html: string

      The html body to scrap

    Returns string

    The PPFT key

scrapLiveToken

  • scrapLiveToken(html: string): string
  • Scrap the result of a sendCredentials requests to retrieve the value of the t parameter

    Parameters

    • html: string

    Returns string

    The token provided by Live for Skype

scrapSkypeTokenResponse

Generated using TypeDoc