Method GetOpenIdConnectId
GetOpenIdConnectId(string)
Returns the player's id if one has been linked with a given OpenID Connect id provider.
Declaration
public string GetOpenIdConnectId(string idProviderName)
Parameters
Type | Name | Description |
---|---|---|
string | idProviderName | the name of the id provider created. Note that it must start with "oidc-" and have between 1 and 20 characters |
Returns
Type | Description |
---|---|
string | The player's id |