(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest)
| 128 | } |
| 129 | |
| 130 | func (msp *mockSessionProvider) GetSession(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest) *Session { |
| 131 | return msp.GetSessionFunc(w, r, req) |
| 132 | } |
| 133 | |
| 134 | type mockServiceProviderProvider struct { |
| 135 | GetServiceProviderFunc func(r *http.Request, serviceProviderID string) (*EntityDescriptor, error) |
nothing calls this directly
no outgoing calls
no test coverage detected