struct Garden::Supabase::UserIdentity

Included Modules

Defined in:

supabase.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, user_id : String, identity_data : UserMetadata | Nil, identity_id : String, provider : String, created_at : String | Nil, last_sign_in_at : String, updated_at : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, user_id _user_id = @user_id, identity_data _identity_data = @identity_data, identity_id _identity_id = @identity_id, provider _provider = @provider, created_at _created_at = @created_at, last_sign_in_at _last_sign_in_at = @last_sign_in_at, updated_at _updated_at = @updated_at) #

[View source]
def created_at : String | Nil #

def id : String #

def identity_data : UserMetadata | Nil #

def identity_id : String #

def last_sign_in_at : String #

def provider : String #

def updated_at : String | Nil #

def user_id : String #