interface ProxyAuthorization {
    authorizationUrl?: string;
    clientId?: string;
    identity?: IdentityDescriptor;
    publicKey?: PublicKey;
}

Properties

authorizationUrl?: string

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

clientId?: string

Gets or sets the client identifier for this proxy.

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

publicKey?: PublicKey

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