Class: Kirei::Config
- Inherits:
-
T::Struct
- Object
- T::Struct
- Kirei::Config
- Extended by:
- T::Sig
- Defined in:
- lib/kirei/config.rb
Constant Summary collapse
- SENSITIVE_KEYS =
T.let( [ # address data /email|first_name|last_name|full_name|city|country_alpha2|country_name|country|zip_code/, # auth data /password|password_confirmation|access_token|client_secret|client_secret_ciphertext|client_key|token/, ].freeze, T::Array[Regexp], )