criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
crypto
/
io.github.jdbenitez94.criollo.kmp.foundation.kryptostore.crypto
/
KeyRotationConfig
Key
Rotation
Config
data
class
KeyRotationConfig
(
val
rotationPeriod
:
Duration
=
90.days
,
val
initialBackoff
:
Duration
=
500.milliseconds
,
val
maxRetries
:
Int
=
3
)
Members
Constructors
Key
Rotation
Config
Link copied to clipboard
constructor
(
rotationPeriod
:
Duration
=
90.days
,
initialBackoff
:
Duration
=
500.milliseconds
,
maxRetries
:
Int
=
3
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
initial
Backoff
Link copied to clipboard
val
initialBackoff
:
Duration
max
Retries
Link copied to clipboard
val
maxRetries
:
Int
rotation
Period
Link copied to clipboard
val
rotationPeriod
:
Duration