Class: WithAccounts::Jwts::AccessTokensCreating::Scenario

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

Constant Summary collapse

ACT_SEQUENCE =
[
  CheckRefreshToken,
  FindAndCheckAccount,
  PrepareAccessTokenPayload,
  CreateToken
].freeze
STAGE_ATTRS_WHITELIST =
%i[params said account payload new_token].freeze