Class ServiceOAuthSecurityDescription
Describes service OAuth security.
Inheritance
System.Object
ServiceOAuthSecurityDescription
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ServiceOAuthSecurityDescription : IExtensibleDataObject
Constructors
ServiceOAuthSecurityDescription()
Declaration
public ServiceOAuthSecurityDescription()
Properties
ExtensionData
Gets or sets System.Runtime.Serialization.ExtensionDataObject that enables serialization round-trips.
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
IsTokenRequired
Gets or sets flag that indicates whether OAuth token is required.
Declaration
public bool IsTokenRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Token
Gets or sets OAuth token parameters.
Declaration
public OAuthTokenDescriptionBase Token { get; set; }
Property Value
Type | Description |
---|---|
OAuthTokenDescriptionBase |
Implements
System.Runtime.Serialization.IExtensibleDataObject