Skip to content

beamable-sdk / api / accountsGetAvailableExternalIdentityBasic

Function: accountsGetAvailableExternalIdentityBasic()

accountsGetAvailableExternalIdentityBasic(requester, provider_service, user_id, provider_namespace?, gamertag?): Promise<HttpResponse<AccountAvailableResponse>>

Defined in: src/__generated__/apis/AccountsApi.ts:246

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

provider_service

string

The provider_service parameter to include in the API request.

user_id

string

The user_id parameter to include in the API request.

provider_namespace?

string

The provider_namespace 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<AccountAvailableResponse>>