GetSession returns the current Session associated with the request, or ErrNoSession if there is no valid session.
(r *http.Request)
| 36 | // GetSession returns the current Session associated with the request, or |
| 37 | // ErrNoSession if there is no valid session. |
| 38 | GetSession(r *http.Request) (Session, error) |
| 39 | } |
| 40 | |
| 41 | // SessionCodec is an interface to convert SAML assertions to a |
no outgoing calls
no test coverage detected