Function loginStep1

  • Get request step 1 for authorization.

    Parameters

    • appId: string

      app_id which you have received after creating the app

    • redirectUrl: string

      where the user will be redirected after login

    • state: string = "default"

      same value will be returned after login to the redirect url

    Returns HttpRequestOptions

    request step 1 for authorization

Generated using TypeDoc