introspect and client assertion
This commit is contained in:
parent
a1a21f0d59
commit
50ab51bb46
15 changed files with 171 additions and 60 deletions
|
@ -28,7 +28,7 @@ type Client interface {
|
|||
RedirectURIs() []string
|
||||
PostLogoutRedirectURIs() []string
|
||||
ApplicationType() ApplicationType
|
||||
AuthMethod() AuthMethod
|
||||
AuthMethod() oidc.AuthMethod
|
||||
ResponseTypes() []oidc.ResponseType
|
||||
LoginURL(string) string
|
||||
AccessTokenType() AccessTokenType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue