packaging and much more
This commit is contained in:
parent
988a556fa9
commit
201109f9c2
29 changed files with 356 additions and 272 deletions
|
@ -1,13 +1,13 @@
|
|||
package oidc
|
||||
|
||||
import "net/http"
|
||||
// import "net/http"
|
||||
|
||||
type IdentityProvider interface {
|
||||
// Configuration
|
||||
// Storage() Storage
|
||||
HandleDiscovery(w http.ResponseWriter, r *http.Request)
|
||||
HandleAuthorize(w http.ResponseWriter, r *http.Request)
|
||||
HandleExchange(w http.ResponseWriter, r *http.Request)
|
||||
HandleUserinfo(w http.ResponseWriter, r *http.Request)
|
||||
HttpHandler() *http.Server
|
||||
}
|
||||
// type IdentityProvider interface {
|
||||
// // Configuration
|
||||
// // Storage() Storage
|
||||
// HandleDiscovery(w http.ResponseWriter, r *http.Request)
|
||||
// HandleAuthorize(w http.ResponseWriter, r *http.Request)
|
||||
// HandleExchange(w http.ResponseWriter, r *http.Request)
|
||||
// HandleUserinfo(w http.ResponseWriter, r *http.Request)
|
||||
// HttpHandler() *http.Server
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue