Method: Moonrope::Authenticator#name

Defined in:
lib/moonrope/authenticator.rb

#nameSymbol (readonly)

Returns the name of the authenticator.

Returns:

  • (Symbol)

    the name of the authenticator



18
19
20
# File 'lib/moonrope/authenticator.rb', line 18

def name
  @name
end