Class ProfileOptionsExtensions
Initialization option extensions related to profile.
Namespace: Unity.Services.Authentication
Syntax
public static class ProfileOptionsExtensions : object
Methods
SetProfile(InitializationOptions, String)
An extension to set the profile to use.
Declaration
public static InitializationOptions SetProfile(this InitializationOptions options, string profile)
Parameters
Type | Name | Description |
---|---|---|
InitializationOptions | options | The InitializationOptions object to modify |
String | profile | The profile to use |
Returns
Type | Description |
---|---|
InitializationOptions | Return |