Skip to main content

Module traits

Module traits 

Source
Expand description

Traits for storage implementations

Structs§

CredentialFieldSet
Describes which credential fields were included in an approved response.
NoOpAuditLog
No-op audit logger that discards all events. Used as the default when no audit logging is configured.

Enums§

AuditConnectionType
How a new connection was established between devices.
AuditEvent
Audit events emitted by the [UserClient] (trusted device) for security-relevant actions.

Traits§

AuditLog
Persistent audit logging for security-relevant events on the UserClient.
IdentityProvider
Provides a cryptographic identity for the current client.
SessionStore
Trait for session cache storage implementations