define GrantType constants in one place
This commit is contained in:
parent
854e14b7c4
commit
5506f85330
2 changed files with 3 additions and 4 deletions
|
@ -157,7 +157,3 @@ const (
|
|||
AuthMethodNone AuthMethod = "none"
|
||||
AuthMethodPrivateKeyJWT AuthMethod = "private_key_jwt"
|
||||
)
|
||||
|
||||
const (
|
||||
GrantTypeImplicit GrantType = "implicit"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue