ProxyAuthorization interface

Properties

authorizationUrl

Gets or sets the endpoint used to obtain access tokens from the configured token service.

clientId

Gets or sets the client identifier for this proxy.

identity

Gets or sets the user identity to authorize for on-prem.

publicKey

Gets or sets the public key used to verify the identity of this proxy. Only specify on hosted.

Property Details

authorizationUrl

Gets or sets the endpoint used to obtain access tokens from the configured token service.

authorizationUrl: string

Property Value

string

clientId

Gets or sets the client identifier for this proxy.

clientId: string

Property Value

string

identity

Gets or sets the user identity to authorize for on-prem.

identity: IdentityDescriptor

Property Value

publicKey

Gets or sets the public key used to verify the identity of this proxy. Only specify on hosted.

publicKey: PublicKey

Property Value