New creates a Session from the SAML assertion.
(assertion *saml.Assertion)
| 43 | type SessionCodec interface { |
| 44 | // New creates a Session from the SAML assertion. |
| 45 | New(assertion *saml.Assertion) (Session, error) |
| 46 | |
| 47 | // Encode returns a serialized version of the Session. |
| 48 | // |
no outgoing calls