• This function handles the user authentication and returns a session token to be used in the frontend with wix-members-frontend APIs.

    Parameters

    • provider: OAuthProviders

      Provider you want to use for the process (This function currently does not support Steam)

    • options: OAuthOptions

      authUser options for the process related options based on the provider

    Returns Promise<string>

Generated using TypeDoc