Crate bevy_key_rotation

Source

Structs§

Duration
A Duration type to represent a span of time, typically used for system timeouts.
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.
KeyRotationPlugin
KeyRotationSettings
Keygen
A resource around the auth provider used (mostly internally) to perform auth.
Keystore
TokenRotationError

Enums§

KeyRotationEvent
An event triggered for important key rotation events.
KeystoreState

Traits§

AuthProvider
StartKeyRotationExt
A Commands extension used to start key rotation.
StopKeyRotationExt
A Commands extension used to stop key rotation.

Attribute Macros§

async_trait