Constructors

Properties

api: ObservableAdminAuthenticationApi

Methods

  • Deletes a player auth object. It will delete all linked accounts the player is authenticated with. If the player has a linked embedded signer, it will be deleted as well. Deletes a player auth object.

    Parameters

    • id: string

      Specifies the unique player ID (starts with pla_).

    • Optional _options: Configuration

    Returns Promise<AuthPlayerResponse>

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

    Parameters

    Returns Promise<void>

  • Retrieves a list of authenticated players. Players have linked accounts and are authenticated with a provider. List authenticated players.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional email: string

      Specifies the email address of the user.

    • Optional externalUserId: string

      Specifies the external user ID.

    • Optional _options: Configuration

    Returns Promise<AuthPlayerListResponse>