Class: StandardId::Session::RevocationResult
- Inherits:
-
Struct
- Object
- Struct
- StandardId::Session::RevocationResult
- Defined in:
- app/models/standard_id/session.rb
Overview
Counts returned by the bulk-revocation class methods. Callers use these to emit their own aggregate event (see StandardId::Api::Oauth::RevocationsController#emit_token_revoked) — the bulk methods deliberately do NOT publish an aggregate themselves.
Instance Attribute Summary collapse
-
#refresh_tokens_revoked ⇒ Object
Returns the value of attribute refresh_tokens_revoked.
-
#sessions_revoked ⇒ Object
Returns the value of attribute sessions_revoked.
Instance Attribute Details
#refresh_tokens_revoked ⇒ Object
Returns the value of attribute refresh_tokens_revoked
107 108 109 |
# File 'app/models/standard_id/session.rb', line 107 def refresh_tokens_revoked @refresh_tokens_revoked end |
#sessions_revoked ⇒ Object
Returns the value of attribute sessions_revoked
107 108 109 |
# File 'app/models/standard_id/session.rb', line 107 def sessions_revoked @sessions_revoked end |