struct Garden::Supabase::User

Included Modules

Defined in:

supabase.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, user_metadata : UserMetadata, aud : String, email : String | Nil, created_at : String, confirmed_at : String | Nil, email_confirmed_at : String | Nil, last_sign_in_at : String | Nil, role : String | Nil, updated_at : String | Nil, identities : Array(UserIdentity) | Nil) #

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

[View source]

Instance Method Detail

def aud : String #

def clone #

[View source]
def confirmed_at : String | Nil #

def copy_with(id _id = @id, user_metadata _user_metadata = @user_metadata, aud _aud = @aud, email _email = @email, created_at _created_at = @created_at, confirmed_at _confirmed_at = @confirmed_at, email_confirmed_at _email_confirmed_at = @email_confirmed_at, last_sign_in_at _last_sign_in_at = @last_sign_in_at, role _role = @role, updated_at _updated_at = @updated_at, identities _identities = @identities) #

[View source]
def created_at : String #

def email : String | Nil #

def email_confirmed_at : String | Nil #

def id : String #

def identities : Array(UserIdentity) | Nil #

def last_sign_in_at : String | Nil #

def role : String | Nil #

def updated_at : String | Nil #

def user_metadata : UserMetadata #