class Helpers::Auth::UserAuth
- Helpers::Auth::UserAuth
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
helpers/auth/user_auth.crConstructors
- .new(name : Nil | String, picture : Nil | String, email : String, email_verified : Bool, user_id : String, auth_time : Int32)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #auth_time : Int32
- #auth_time=(auth_time : Int32)
- #authenticated?
- #email : String
- #email=(email : String)
- #email_verified : Bool
- #email_verified=(email_verified : Bool)
- #name : String | Nil
- #name=(name : String | Nil)
- #picture : String | Nil
- #picture=(picture : String | Nil)
- #user_id : String
- #user_id=(user_id : String)
Constructor Detail
def self.new(name : Nil | String, picture : Nil | String, email : String, email_verified : Bool, user_id : String, auth_time : Int32)
#