Helpers::Auth::UserAuth
Inherits JSON::Serializable < Reference < Object
Constructors
new(name : Nil | String, picture : Nil | String, email : String, email_verified : Bool, user_id : String, auth_time : Int32)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
bearer_token(headers)
Sourceinit(auth_payload)
SourceInstance methods
auth_time
Sourceauth_time=(auth_time : Int32)
Sourceauthenticated?
Sourceemail
Sourceemail=(email : String)
Sourceemail_verified
Sourceemail_verified=(email_verified : Bool)
Sourcename
Sourcename=(name : String | Nil)
Sourcepicture
Sourcepicture=(picture : String | Nil)
Sourceuser_id
Sourceuser_id=(user_id : String)
Source