GetSession returns the remote user session associated with the http.Request. If (and only if) the request is not associated with a session then GetSession must complete the HTTP request and return nil.
(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest)
| 59 | // If (and only if) the request is not associated with a session then GetSession |
| 60 | // must complete the HTTP request and return nil. |
| 61 | GetSession(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest) *Session |
| 62 | } |
| 63 | |
| 64 | // ServiceProviderProvider is an interface used by IdentityProvider to look up |
nothing calls this directly
no outgoing calls
no test coverage detected