class Authentic::HabitatSettings
- Authentic::HabitatSettings
- Reference
- Object
Defined in:
authentic.crClass Method Summary
- .default_password_reset_time_limit : Time::Span
- .default_password_reset_time_limit=(value : Time::Span)
-
.default_password_reset_time_limit?
Used for checking missing settings on non-nilable types It's advised to use default_password_reset_time_limit in your apps to ensure the propper type is checked.
- .encryption_cost : Int32
- .encryption_cost=(value : Int32)
-
.encryption_cost?
Used for checking missing settings on non-nilable types It's advised to use encryption_cost in your apps to ensure the propper type is checked.
- .secret_key : String
- .secret_key=(value : String)
-
.secret_key?
Used for checking missing settings on non-nilable types It's advised to use secret_key in your apps to ensure the propper type is checked.
- .sign_in_key : String
- .sign_in_key=(value : String)
-
.sign_in_key?
Used for checking missing settings on non-nilable types It's advised to use sign_in_key in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use default_password_reset_time_limit in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use encryption_cost in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use secret_key in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use sign_in_key in your apps to ensure the propper type is checked.