Samlo.Metadata.Endpoint (samlo v0.1.0)

The Endpoint structure holds the common attributes of a Service

Link to this section Summary

Link to this section Types

Specs

binding() :: :post | :redirect | :idp_discovery_protocol

Specs

location() :: String.t()

Specs

t() :: %Samlo.Metadata.Endpoint{
  binding: nil | binding(),
  location: location(),
  response_location: nil | location()
}

Link to this section Functions

Link to this function

decode_binding(arg1)

Specs

decode_binding(binding :: String.t()) :: nil | binding()
Link to this function

encode_binding(arg1)

Specs

encode_binding(binding :: binding()) :: String.t()