Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProofTokenClaims ¶
type ProofTokenClaims struct { *jwt.RegisteredClaims // the `htm` (HTTP Method) claim. See https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop#section-4.2 Method HTTPVerb `json:"htm"` // the `htu` (HTTP URL) claim. See https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop#section-4.2 URL string `json:"htu"` // the `ath` (Authorization Token Hash) claim. See https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop#section-4.2 AccessTokenHash string `json:"ath,omitempty"` // the `nonce` claim. See https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop#section-4.2 Nonce string `json:"nonce,omitempty"` }
Click to show internal directories.
Click to hide internal directories.