class Authentic::HabitatSettings

Defined in:

authentic.cr

Class Method Summary

Class Method Detail

def self.default_password_reset_time_limit : Time::Span #

def self.default_password_reset_time_limit=(value : Time::Span) #

def self.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.


def self.encryption_cost : Int32 #

def self.encryption_cost=(value : Int32) #

def self.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.


def self.secret_key : String #

def self.secret_key=(value : String) #

def self.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.


def self.sign_in_key : String #

def self.sign_in_key=(value : String) #

def self.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.


def self.to_h #

Generates a hash using the provided values