TsgcHTTP_OAuth2_Client › Methods

TsgcHTTP_OAuth2_Client Methods

Public methods grouped by purpose, followed by the full alphabetical list.

Flow

NameDescription
StartStarts the configured OAuth2 flow to obtain an access token.
StopAborts any pending OAuth2 flow and shuts the local redirect server.
RefreshRequests a new access token using a refresh token.
RevokeRevokes an access or refresh token per RFC 7009.
IntrospectQueries token status and metadata per RFC 7662.

DPoP

NameDescription
GenerateDPoPKeyPairCreates a DPoP-compliant key pair and populates DPoPOptions.
PublicKeyToJWKConverts a PEM-encoded public key to its JWK representation.

All Methods (alphabetical)

NameDescription
GenerateDPoPKeyPairCreates a DPoP-compliant key pair and populates DPoPOptions.
IntrospectQueries token status and metadata per RFC 7662.
PublicKeyToJWKConverts a PEM-encoded public key to its JWK representation.
RefreshRequests a new access token using a refresh token.
RevokeRevokes an access or refresh token per RFC 7009.
StartStarts the configured OAuth2 flow to obtain an access token.
StopAborts any pending OAuth2 flow and shuts the local redirect server.