Skip to content

beamable-sdk / api / authGetTokenListBasic

Function: authGetTokenListBasic()

authGetTokenListBasic(requester, gamerTagOrAccountId, page, pageSize, cid?, pid?, gamertag?): Promise<HttpResponse<ListTokenResponse>>

Defined in: src/__generated__/apis/AuthApi.ts:162

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

gamerTagOrAccountId

The gamerTagOrAccountId parameter to include in the API request.

string | bigint

page

number

The page parameter to include in the API request.

pageSize

number

The pageSize parameter to include in the API request.

cid?

The cid parameter to include in the API request.

string | bigint

pid?

string

The pid parameter to include in the API request.

gamertag?

string

Override the Gamer Tag of the player. This is generally inferred by the auth token.

Returns

Promise<HttpResponse<ListTokenResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.