You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UsePAMV3bool// Use PAM version 2, Objects requets would still use PAM v3
StoreTokensOnGrantbool// Will store grant v3 tokens in token manager for further use.
FileMessagePublishRetryLimitint// The number of tries made in case of Publish File Message failure.
//DEPRECATED: please use UseRandomInitializationVector
//DEPRECATED: please use CryptoModule
UseRandomInitializationVectorbool// When true the IV will be random for all requests and not just file upload. When false the IV will be hardcoded for all requests except File Upload
CryptoModule crypto.CryptoModule// A cryptography module used for encryption and decryption