Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AdminAuthenticationApi

Index

Constructors

  • new AdminAuthenticationApi(configuration: Configuration, requestFactory?: AdminAuthenticationApiRequestFactory, responseProcessor?: AdminAuthenticationApiResponseProcessor): AdminAuthenticationApi

Properties

api: ObservableAdminAuthenticationApi

Methods

  • 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>

Generated using TypeDoc