MCPcopy Create free account
hub / github.com/crewjam/saml / GetSession

Method GetSession

identity_provider_test.go:130–132  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest)

Source from the content-addressed store, hash-verified

128}
129
130func (msp *mockSessionProvider) GetSession(w http.ResponseWriter, r *http.Request, req *IdpAuthnRequest) *Session {
131 return msp.GetSessionFunc(w, r, req)
132}
133
134type mockServiceProviderProvider struct {
135 GetServiceProviderFunc func(r *http.Request, serviceProviderID string) (*EntityDescriptor, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected