Class: Supabase::Auth::Types::AuthMFAGetAuthenticatorAssuranceLevelResponse

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

Overview

MFA Get Authenticator Assurance Level response

Instance Attribute Summary collapse

Instance Attribute Details

#current_authentication_methodsObject

Returns the value of attribute current_authentication_methods

Returns:

  • (Object)

    the current value of current_authentication_methods



359
360
361
# File 'lib/supabase/auth/types.rb', line 359

def current_authentication_methods
  @current_authentication_methods
end

#current_levelObject

Returns the value of attribute current_level

Returns:

  • (Object)

    the current value of current_level



359
360
361
# File 'lib/supabase/auth/types.rb', line 359

def current_level
  @current_level
end

#next_levelObject

Returns the value of attribute next_level

Returns:

  • (Object)

    the current value of next_level



359
360
361
# File 'lib/supabase/auth/types.rb', line 359

def next_level
  @next_level
end