TsgcHTTP_OAuth2_Client › Properties
TsgcHTTP_OAuth2_Client Properties
Published properties grouped by purpose, followed by the full alphabetical list.
Server endpoints
| Name | Description |
| LocalServerOptions | Configuration for the local HTTP listener that receives the authorization-code redirect from the browser. |
| AuthorizationServerOptions | Endpoints published by the external OAuth 2.0 authorization server the client talks to. |
Protocol options
| Name | Description |
| OAuth2Options | Client identity and grant-type selection driving the OAuth 2.0 flow. |
| DPoPOptions | DPoP (Demonstrating Proof-of-Possession, RFC 9449) key material and signing options attached to token requests and protected resource calls. |
HTTP client
| Name | Description |
| HTTPClientOptions | TLS and logging configuration of the internal HTTP client used to POST to the token, revocation and introspection endpoints. |
Diagnostics
| Name | Description |
| Version | Read-only string exposing the sgcWebSockets library version. |
All Properties (alphabetical)
| Name | Description |
| AuthorizationServerOptions | Endpoints published by the external OAuth 2.0 authorization server the client talks to. |
| DPoPOptions | DPoP (Demonstrating Proof-of-Possession, RFC 9449) key material and signing options attached to token requests and protected resource calls. |
| HTTPClientOptions | TLS and logging configuration of the internal HTTP client used to POST to the token, revocation and introspection endpoints. |
| LocalServerOptions | Configuration for the local HTTP listener that receives the authorization-code redirect from the browser. |
| OAuth2Options | Client identity and grant-type selection driving the OAuth 2.0 flow. |
| Version | Read-only string exposing the sgcWebSockets library version. |