Represents a SAML Response message.
Ported from the Erlang esaml_response record.
esaml_response
@type t() :: %ExSaml.Core.Response{ assertion: ExSaml.Core.Assertion.t(), destination: String.t(), issue_instant: String.t(), issuer: String.t(), status: atom(), version: String.t() }