Class: Supabase::Auth::Types::GenerateLinkProperties

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/auth/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute action_link

Returns:

  • (Object)

    the current value of action_link



205
206
207
# File 'lib/supabase/auth/types.rb', line 205

def action_link
  @action_link
end

#email_otpObject

Returns the value of attribute email_otp

Returns:

  • (Object)

    the current value of email_otp



205
206
207
# File 'lib/supabase/auth/types.rb', line 205

def email_otp
  @email_otp
end

#hashed_tokenObject

Returns the value of attribute hashed_token

Returns:

  • (Object)

    the current value of hashed_token



205
206
207
# File 'lib/supabase/auth/types.rb', line 205

def hashed_token
  @hashed_token
end

#redirect_toObject

Returns the value of attribute redirect_to

Returns:

  • (Object)

    the current value of redirect_to



205
206
207
# File 'lib/supabase/auth/types.rb', line 205

def redirect_to
  @redirect_to
end

#verification_typeObject

Returns the value of attribute verification_type

Returns:

  • (Object)

    the current value of verification_type



205
206
207
# File 'lib/supabase/auth/types.rb', line 205

def verification_type
  @verification_type
end