define GrantType constants in one place (#189)

This commit is contained in:
David Sharnoff 2022-06-29 02:39:32 -07:00 committed by GitHub
parent c4d951cad2
commit 385d5c15da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -157,7 +157,3 @@ const (
AuthMethodNone AuthMethod = "none"
AuthMethodPrivateKeyJWT AuthMethod = "private_key_jwt"
)
const (
GrantTypeImplicit GrantType = "implicit"
)