OAuthConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class OAuthConfiguration
type OAuthConfiguration = class
Public Class OAuthConfiguration
- Inheritance
-
OAuthConfiguration
- Attributes
Constructors
OAuthConfiguration() | |
OAuthConfiguration(OAuthConfiguration) |
Properties
ClientId |
Gets or sets the ClientId |
ClientSecret |
Gets or sets the ClientSecret |
CreatedBy |
Gets or sets the identity who created the config. |
CreatedOn |
Gets or sets the time when config was created. |
EndpointType |
Gets or sets the type of the endpoint. |
Id |
Gets or sets the unique identifier of this field |
ModifiedBy |
Gets or sets the identity who modified the config. |
ModifiedOn |
Gets or sets the time when variable group was modified |
Name |
Gets or sets the name |
Url |
Gets or sets the Url |