Skip to content

beamable-sdk / api / authPostTokensPassword

Function: authPostTokensPassword()

authPostTokensPassword(requester, payload, gamertag?): Promise<HttpResponse<AuthResponse>>

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

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

payload

PasswordAuthRequest

The PasswordAuthRequest instance to use for the API request

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<AuthResponse>>

Remarks

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