try config handling
This commit is contained in:
parent
7e1d2f0b13
commit
8b0f4438fb
7 changed files with 171 additions and 35 deletions
|
@ -2,8 +2,8 @@ package server
|
|||
|
||||
type Configuration interface {
|
||||
Issuer() string
|
||||
AuthorizationEndpoint() string
|
||||
TokenEndpoint() string
|
||||
UserinfoEndpoint() string
|
||||
AuthorizationEndpoint() Endpoint
|
||||
TokenEndpoint() Endpoint
|
||||
UserinfoEndpoint() Endpoint
|
||||
Port() string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue