Method UnlinkOpenIdConnectAsync
UnlinkOpenIdConnectAsync(string)
Unlinks the custom openID Connect id provider account from the current player account.
Declaration
Task UnlinkOpenIdConnectAsync(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 |
---|---|
Task | Task for the operation |
Exceptions
Type | Condition |
---|---|
AuthenticationException | The task fails with the exception when the task cannot complete successfully due to Authentication specific errors.
|
RequestFailedException | The task fails with the exception when the task cannot complete successfully.
|