This commit is contained in:
Livio Amstutz 2021-02-12 12:52:12 +01:00
parent fb9d1b3c4a
commit 5678693d44

View file

@ -25,13 +25,6 @@ const (
defaultUserinfoEndpoint = "userinfo"
defaultEndSessionEndpoint = "end_session"
defaultKeysEndpoint = "keys"
//AuthMethodBasic AuthMethod = "client_secret_basic"
//AuthMethodPost AuthMethod = "client_secret_post"
//AuthMethodNone AuthMethod = "none"
//AuthMethodPrivateKeyJWT AuthMethod = "private_key_jwt"
//CodeMethodS256 = "S256"
)
var (