chore(linting): apply gofumpt & goimports to all .go files (#225)
This commit is contained in:
parent
c4b7ef9160
commit
b5da6ec29b
45 changed files with 539 additions and 479 deletions
|
@ -54,9 +54,9 @@ func ParseTokenRevocationRequest(r *http.Request, revoker Revoker) (token, token
|
|||
}
|
||||
req := new(struct {
|
||||
oidc.RevocationRequest
|
||||
oidc.ClientAssertionParams //for auth_method private_key_jwt
|
||||
ClientID string `schema:"client_id"` //for auth_method none and post
|
||||
ClientSecret string `schema:"client_secret"` //for auth_method post
|
||||
oidc.ClientAssertionParams // for auth_method private_key_jwt
|
||||
ClientID string `schema:"client_id"` // for auth_method none and post
|
||||
ClientSecret string `schema:"client_secret"` // for auth_method post
|
||||
})
|
||||
err = revoker.Decoder().Decode(req, r.Form)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue