Class: WithAccounts::Jwts::RefreshTokensCreating::Scenario

Inherits:
LetsDoThis::Scenario
  • Object
show all
Defined in:
app/scenarios/with_accounts/jwts/refresh_tokens_creating/scenario.rb

Constant Summary collapse

ACT_SEQUENCE =
[
  CheckLoginInvitation,
  PrepareRefreshTokenPayload,
  CreateToken,
  UpdateAccount
].freeze
STAGE_ATTRS_WHITELIST =
%i[params account payload new_token].freeze