Class: PasskeysRails::GenerateAuthToken
- Inherits:
-
Object
- Object
- PasskeysRails::GenerateAuthToken
- Includes:
- Interactor
- Defined in:
- app/interactors/passkeys_rails/generate_auth_token.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'app/interactors/passkeys_rails/generate_auth_token.rb', line 7 def call context.auth_token = generate_auth_token end |