Class IdProviderRegistry
The registry for ID providers.
Inherited Members
Namespace: Unity.Services.Authentication.Editor
Assembly: Unity.Services.Authentication.Editor.dll
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. |