mirror of
https://github.com/zitadel/oidc.git
synced 2026-01-23 03:40:08 -06:00
add op.AllAuthMethods (#233)
This commit is contained in:
@@ -157,3 +157,7 @@ const (
|
||||
AuthMethodNone AuthMethod = "none"
|
||||
AuthMethodPrivateKeyJWT AuthMethod = "private_key_jwt"
|
||||
)
|
||||
|
||||
var AllAuthMethods = []AuthMethod{
|
||||
AuthMethodBasic, AuthMethodPost, AuthMethodNone, AuthMethodPrivateKeyJWT,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user