Class: Supabase::Auth::Types::AuthMFAEnrollResponseTotp

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

Instance Attribute Summary collapse

Instance Attribute Details

#qr_codeObject

Returns the value of attribute qr_code

Returns:

  • (Object)

    the current value of qr_code



295
296
297
# File 'lib/supabase/auth/types.rb', line 295

def qr_code
  @qr_code
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



295
296
297
# File 'lib/supabase/auth/types.rb', line 295

def secret
  @secret
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



295
296
297
# File 'lib/supabase/auth/types.rb', line 295

def uri
  @uri
end