class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

bearer_token(headers)
Source
init(auth_payload)
Source

Instance methods

auth_time
Source
auth_time=(auth_time : Int32)
Source
authenticated?
Source
email
Source
email=(email : String)
Source
email_verified
Source
email_verified=(email_verified : Bool)
Source
name
Source
name=(name : String | Nil)
Source
picture
Source
picture=(picture : String | Nil)
Source
user_id
Source
user_id=(user_id : String)
Source