fixes for token endpoint
This commit is contained in:
parent
20a90c71d9
commit
a21f6745f7
12 changed files with 192 additions and 146 deletions
|
@ -10,6 +10,7 @@ type Client interface {
|
|||
GetID() string
|
||||
RedirectURIs() []string
|
||||
ApplicationType() ApplicationType
|
||||
GetAuthMethod() AuthMethod
|
||||
LoginURL(string) string
|
||||
}
|
||||
|
||||
|
@ -18,3 +19,5 @@ func IsConfidentialType(c Client) bool {
|
|||
}
|
||||
|
||||
type ApplicationType int
|
||||
|
||||
type AuthMethod string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue