Class: Supabase::Auth::Types::AuthMFAEnrollResponseTotp
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::AuthMFAEnrollResponseTotp
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#qr_code ⇒ Object
Returns the value of attribute qr_code.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#qr_code ⇒ Object
Returns the value of attribute qr_code
295 296 297 |
# File 'lib/supabase/auth/types.rb', line 295 def qr_code @qr_code end |
#secret ⇒ Object
Returns the value of attribute secret
295 296 297 |
# File 'lib/supabase/auth/types.rb', line 295 def secret @secret end |
#uri ⇒ Object
Returns the value of attribute uri
295 296 297 |
# File 'lib/supabase/auth/types.rb', line 295 def uri @uri end |