Class: JWT::TrueLayerEncode
- Inherits:
-
Encode
- Object
- Encode
- JWT::TrueLayerEncode
- Defined in:
- lib/truelayer-signing/jwt.rb
Instance Method Summary collapse
- #initialize(options) ⇒ TrueLayerEncode constructor
Constructor Details
#initialize(options) ⇒ TrueLayerEncode
18 19 20 21 22 23 24 |
# File 'lib/truelayer-signing/jwt.rb', line 18 def initialize() super @token = TrueLayerToken.new(payload: [:payload], header: [:headers]) @key = [:key] @algorithm = [:algorithm] end |