MCPcopy
hub / github.com/openstf/stf / verify

Function verify

lib/units/auth/saml2.js:31–33  ·  view source on GitHub ↗
(profile, done)

Source from the content-addressed store, hash-verified

29 })
30
31 var verify = function(profile, done) {
32 return done(null, profile)
33 }
34
35 var samlConfig = {
36 entryPoint: options.saml.entryPoint

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected