Class IdProviderRegistry
The registry for ID providers.
Namespace: Unity.Services.Authentication.Editor
Syntax
public static class IdProviderRegistry
Methods
GetOptions(String)
Get an ID provider option by type.
Declaration
public static IdProviderOptions GetOptions(string idProviderType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | idProviderType | The ID provider type. |
Returns
| Type | Description |
|---|---|
| IdProviderOptions | The ID provider option. |
Register(IdProviderOptions)
Register a new ID provider option.
Declaration
public static void Register(IdProviderOptions idProviderOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| IdProviderOptions | idProviderOptions | The new ID provider option to register. |
Unregister(String)
Unregister an ID provider option.
Declaration
public static void Unregister(string idProviderType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | idProviderType | The ID provider option to unregister. |