Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new IamApiWrapper(accessToken: string, basePath?: string): IamApiWrapper

Properties

type: string = "iam"

Accessors

Methods

  • Deletes a player auth object. It will delete all linked accounts the player is authenticated with. Deletes a player auth object.

    Parameters

    • id: string

      Specifies the unique player ID (starts with pla_).

    Returns Promise<AuthPlayerResponse>

  • The endpoint deletes oauth configuration for specified provider for the current project environment. Delete oauth configuration.

    Parameters

    Returns Promise<void>

  • The endpoint retrieves oauth configuration for specified provider for the current project environment. Get oauth configuration.

    Parameters

    Returns Promise<AuthConfig>

Generated using TypeDoc