Expand description
§nyantec-cert-auth
A library for parsing X.509 Client Certificates
Structs§
- Claims
- A struct holding essential information about a parsed X.509 Client Certificate.
- Permissions
- Represents a set of permissions.
Enums§
Functions§
- get_
claims - Parses a given X.509 Client Certificate and returns a Struct of parsed claims.
- is_
allowed_ by_ uid - Returns Ok if and only if the user matches any of the provided allowed user ids.
Type Aliases§
- Result
- Custom Error Wrapper Type