baisc structure and server begin server impl
This commit is contained in:
parent
26bd873f4e
commit
f6ba7ab75e
17 changed files with 575 additions and 0 deletions
9
pkg/server/config.go
Normal file
9
pkg/server/config.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package server
|
||||
|
||||
type Configuration interface {
|
||||
Issuer() string
|
||||
AuthorizationEndpoint() string
|
||||
TokenEndpoint() string
|
||||
UserinfoEndpoint() string
|
||||
Port() string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue