Expand description
Descriptions of trust sources for the Resource Server (RS) which coapcore runs on.
These descriptions, expressed in implementations of the ServerSecurityConfig trait,
typically encode known credentials (effectively raw public keys) or ACE Authorization Servers
(AS).
Structs§
- Allow
All - A
ServerSecurityConfigrepresenting unconditionally allowed access without the option for opportunistic EDHOC. - Config
Builder - An implementation of
ServerSecurityConfigthat can be extended using builder methods. - Config
Builder Claims - An implementation of
GeneralClaimsforConfigBuilder. - DenyAll
- The default empty configuration that denies all access.
- NotAllowed
Rendering Failed - Error type of
ServerSecurityConfig::render_not_allowed.
Traits§
- Server
Security Config - A single or collection of authorization servers that a handler trusts to create ACE tokens.