Class: Supabase::Auth::Types::AuthMFAGetAuthenticatorAssuranceLevelResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::AuthMFAGetAuthenticatorAssuranceLevelResponse
- Defined in:
- lib/supabase/auth/types.rb
Overview
MFA Get Authenticator Assurance Level response
Instance Attribute Summary collapse
-
#current_authentication_methods ⇒ Object
Returns the value of attribute current_authentication_methods.
-
#current_level ⇒ Object
Returns the value of attribute current_level.
-
#next_level ⇒ Object
Returns the value of attribute next_level.
Instance Attribute Details
#current_authentication_methods ⇒ Object
Returns the value of attribute current_authentication_methods
359 360 361 |
# File 'lib/supabase/auth/types.rb', line 359 def current_authentication_methods @current_authentication_methods end |
#current_level ⇒ Object
Returns the value of attribute current_level
359 360 361 |
# File 'lib/supabase/auth/types.rb', line 359 def current_level @current_level end |
#next_level ⇒ Object
Returns the value of attribute next_level
359 360 361 |
# File 'lib/supabase/auth/types.rb', line 359 def next_level @next_level end |