Class: OAuth2c::Grants::Assertion

Inherits:
TwoLegged::Base show all
Defined in:
lib/oauth2c/grants/assertion.rb

Defined Under Namespace

Classes: JWTProfile

Instance Attribute Summary

Attributes inherited from TwoLegged::Base

#scope

Instance Method Summary collapse

Methods inherited from TwoLegged::Base

#token, #update_scope

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