code exchange fixes

This commit is contained in:
Livio Amstutz 2019-12-12 16:04:34 +01:00
parent 85814fb69a
commit 20a90c71d9
9 changed files with 107 additions and 36 deletions

View file

@ -7,6 +7,7 @@ const (
)
type Client interface {
GetID() string
RedirectURIs() []string
ApplicationType() ApplicationType
LoginURL(string) string