Class: OAuth2c::Grants::Assertion
- Inherits:
-
TwoLegged::Base
- Object
- TwoLegged::Base
- OAuth2c::Grants::Assertion
- Defined in:
- lib/oauth2c/grants/assertion.rb
Defined Under Namespace
Classes: JWTProfile
Instance Attribute Summary
Attributes inherited from TwoLegged::Base
Instance Method Summary collapse
-
#initialize(agent, profile:, **opts) ⇒ Assertion
constructor
A new instance of Assertion.
Methods inherited from TwoLegged::Base
Constructor Details
#initialize(agent, profile:, **opts) ⇒ Assertion
Returns a new instance of Assertion.
68 69 70 71 |
# File 'lib/oauth2c/grants/assertion.rb', line 68 def initialize(agent, profile:, **opts) super(agent, **opts) @profile = profile end |