Class ExchangeRequest
ExchangeRequest
Inherited Members
Namespace: Unity.Services.Apis.Admin.ServiceAuthentication
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ExchangeRequest")]
[Preserve]
public class ExchangeRequest
Constructors
ExchangeRequest(List<string>)
Initializes a new instance of the ExchangeRequest class.
Declaration
[Preserve]
public ExchangeRequest(List<string> scopes = null)
Parameters
Type | Name | Description |
---|---|---|
List<string> | scopes | List of requested permissions. |
Properties
Scopes
List of requested permissions
Declaration
[DataMember(Name = "scopes", EmitDefaultValue = false)]
[Preserve]
public List<string> Scopes { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of requested permissions |