Method: Himari::Decisions::Authorization#to_evolve_args
- Defined in:
- lib/himari/decisions/authorization.rb
#to_evolve_args ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/himari/decisions/authorization.rb', line 42 def to_evolve_args { claims: @claims.dup, allowed_claims: @allowed_claims.dup, lifetime: @lifetime, } end |