OAuthConfiguration interface
Properties
| client |
Gets or sets the ClientId |
| client |
Gets or sets the ClientSecret |
| created |
Gets or sets the identity who created the config. |
| created |
Gets or sets the time when config was created. |
| endpoint |
Gets or sets the type of the endpoint. |
| id | Gets or sets the unique identifier of this field |
| modified |
Gets or sets the identity who modified the config. |
| modified |
Gets or sets the time when variable group was modified |
| name | Gets or sets the name |
| url | Gets or sets the Url |
Property Details
clientId
Gets or sets the ClientId
clientId: string
Property Value
string
clientSecret
Gets or sets the ClientSecret
clientSecret: string
Property Value
string
createdBy
createdOn
Gets or sets the time when config was created.
createdOn: Date
Property Value
Date
endpointType
Gets or sets the type of the endpoint.
endpointType: string
Property Value
string
id
Gets or sets the unique identifier of this field
id: string
Property Value
string
modifiedBy
Gets or sets the identity who modified the config.
modifiedBy: IdentityRef
Property Value
modifiedOn
Gets or sets the time when variable group was modified
modifiedOn: Date
Property Value
Date
name
Gets or sets the name
name: string
Property Value
string
url
Gets or sets the Url
url: string
Property Value
string