mirror of
https://github.com/zitadel/oidc.git
synced 2026-05-19 17:49:04 -05: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