AuthConfiguration interface

Extends

Properties

parameters

Gets or sets parameters contained in configuration object.

Inherited 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

Property Details

parameters

Gets or sets parameters contained in configuration object.

parameters: {[key: string]: Parameter}

Property Value

{[key: string]: Parameter}

Inherited Property Details

clientId

Gets or sets the ClientId

clientId: string

Property Value

string

Inherited From OAuthConfiguration.clientId

clientSecret

Gets or sets the ClientSecret

clientSecret: string

Property Value

string

Inherited From OAuthConfiguration.clientSecret

createdBy

Gets or sets the identity who created the config.

createdBy: IdentityRef

Property Value

Inherited From OAuthConfiguration.createdBy

createdOn

Gets or sets the time when config was created.

createdOn: Date

Property Value

Date

Inherited From OAuthConfiguration.createdOn

endpointType

Gets or sets the type of the endpoint.

endpointType: string

Property Value

string

Inherited From OAuthConfiguration.endpointType

id

Gets or sets the unique identifier of this field

id: string

Property Value

string

Inherited From OAuthConfiguration.id

modifiedBy

Gets or sets the identity who modified the config.

modifiedBy: IdentityRef

Property Value

Inherited From OAuthConfiguration.modifiedBy

modifiedOn

Gets or sets the time when variable group was modified

modifiedOn: Date

Property Value

Date

Inherited From OAuthConfiguration.modifiedOn

name

Gets or sets the name

name: string

Property Value

string

Inherited From OAuthConfiguration.name

url

Gets or sets the Url

url: string

Property Value

string

Inherited From OAuthConfiguration.url