Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
General Considerations
saml-bindings-2.0-os §3.1
Synopsis
- type RelayState = ByteString
- protocolParameter :: IsString a => Bool -> a
- relayStateParameter :: IsString a => a
Documentation
type RelayState = ByteString Source #
protocolParameter :: IsString a => Bool -> a Source #
The name of the parameter used by many protocols for the message itself for requests (False) or responses (True). Often combined with isSAMLResponse
.
relayStateParameter :: IsString a => a Source #