define GrantType constants in one place

This commit is contained in:
David Sharnoff 2022-06-28 15:39:39 -07:00
parent 854e14b7c4
commit 5506f85330
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"
)