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

Method Decode

samlsp/session.go:55–55  ·  view source on GitHub ↗

Decode parses the serialized session that may have been returned by Encode and returns a Session.

(string)

Source from the content-addressed store, hash-verified

53 // Decode parses the serialized session that may have been returned by Encode
54 // and returns a Session.
55 Decode(string) (Session, error)
56}
57
58type indexType int

Callers 15

mustParsePrivateKeyFunction · 0.65
mustParseCertificateFunction · 0.65
idp.goFile · 0.65
GetSessionMethod · 0.65
mustParsePrivateKeyFunction · 0.65
mustParseCertificateFunction · 0.65
GetTrackedRequestsMethod · 0.65
GetTrackedRequestMethod · 0.65
mustParsePrivateKeyFunction · 0.65
mustParseCertificateFunction · 0.65
HandlePutShortcutMethod · 0.65
HandlePutUserMethod · 0.65

Implementers 1

JWTSessionCodecsamlsp/session_jwt.go

Calls

no outgoing calls

Tested by 9

mustParsePrivateKeyFunction · 0.52
mustParseCertificateFunction · 0.52
mustParsePrivateKeyFunction · 0.52
mustParseCertificateFunction · 0.52
mustParsePrivateKeyFunction · 0.52
mustParseCertificateFunction · 0.52
TestCanDecryptFunction · 0.52
TestCanEncryptOAEPFunction · 0.52