View Source ShinAuth.SAML.Request.Common (shin_auth v1.3.0)

Defines the common attributes from samlp:AuthnRequest

Summary

Types

@type t() ::
  {:id, String.t()}
  | {:version, String.t()}
  | {:assertion_consumer_service_url, String.t()}
  | {:issuer, String.t()}
  | {:issue_instant, String.t()}