Class: Doorkeeper::OpenidConnect::Claims::AggregatedClaim

Inherits:
Claim
  • Object
show all
Defined in:
lib/doorkeeper/openid_connect/claims/aggregated_claim.rb

Constant Summary

Constants inherited from Claim

Claim::STANDARD_CLAIMS

Instance Attribute Summary collapse

Attributes inherited from Claim

#name, #response, #scope

Method Summary

Methods inherited from Claim

#initialize

Constructor Details

This class inherits a constructor from Doorkeeper::OpenidConnect::Claims::Claim

Instance Attribute Details

#jwtObject

Returns the value of attribute jwt.



5
6
7
# File 'lib/doorkeeper/openid_connect/claims/aggregated_claim.rb', line 5

def jwt
  @jwt
end