beamable-sdk / api / realmsGetCustomerAliasAvailableBasic
Function: realmsGetCustomerAliasAvailableBasic()¶
realmsGetCustomerAliasAvailableBasic(
requester,alias,gamertag?):Promise<HttpResponse<AliasAvailableResponse>>
Defined in: src/__generated__/apis/RealmsApi.ts:98
Parameters¶
requester¶
The HttpRequester type to use for the API request.
alias¶
string
The alias 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<AliasAvailableResponse>>