Gamebase SDK for Unity
2.3.0
Toast Gamebase Platform
◆
GetAuthProviderUserID()
static string GetAuthProviderUserID
(
string
providerName
)
static
Get User ID from externally authenticated SDK.
Since
Added 1.4.0.
Parameters
providerName
The providerName which is authentication provider.
Returns
The user ID from the authentication provider.(
Example Usage :
public
void
GetAuthProviderUserID
(
string
providerName)
{
string
authProviderUserID = Gamebase.GetAuthProviderUserID(providerName);
}
Toast
Gamebase
Gamebase
Generated by
1.8.14