add op.AllAuthMethods (#233)
This commit is contained in:
parent
3a7b2e8eb5
commit
4bc4bfffe8
1 changed files with 4 additions and 0 deletions
|
@ -157,3 +157,7 @@ const (
|
|||
AuthMethodNone AuthMethod = "none"
|
||||
AuthMethodPrivateKeyJWT AuthMethod = "private_key_jwt"
|
||||
)
|
||||
|
||||
var AllAuthMethods = []AuthMethod{
|
||||
AuthMethodBasic, AuthMethodPost, AuthMethodNone, AuthMethodPrivateKeyJWT,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue