TsgcHTTP_OAuth2_Client › Methods
TsgcHTTP_OAuth2_Client Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Flow
| Name | Description |
| Start | Starts the configured OAuth2 flow to obtain an access token. |
| Stop | Aborts any pending OAuth2 flow and shuts the local redirect server. |
| Refresh | Requests a new access token using a refresh token. |
| Revoke | Revokes an access or refresh token per RFC 7009. |
| Introspect | Queries token status and metadata per RFC 7662. |
DPoP
| Name | Description |
| GenerateDPoPKeyPair | Creates a DPoP-compliant key pair and populates DPoPOptions. |
| PublicKeyToJWK | Converts a PEM-encoded public key to its JWK representation. |
All Methods (alphabetical)
| Name | Description |
| GenerateDPoPKeyPair | Creates a DPoP-compliant key pair and populates DPoPOptions. |
| Introspect | Queries token status and metadata per RFC 7662. |
| PublicKeyToJWK | Converts a PEM-encoded public key to its JWK representation. |
| Refresh | Requests a new access token using a refresh token. |
| Revoke | Revokes an access or refresh token per RFC 7009. |
| Start | Starts the configured OAuth2 flow to obtain an access token. |
| Stop | Aborts any pending OAuth2 flow and shuts the local redirect server. |