Expand description
Secrets Manager state management.
Secrets Manager supports persisting state to an encrypted file. This state file primarily contains the auth token which circumvents rate limiting on frequent logins.
Structsยง
- Client
State ๐The content of the state file.
Enumsยง
Constantsยง
- STATE_
VERSION ๐Current version of the state file. This should be incremented whenever backwards incompatible changes are done.