truelayer-signing 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +12 -2
- data/examples/webhook-server/Gemfile +1 -0
- data/examples/webhook-server/Gemfile.lock +28 -3
- data/examples/webhook-server/main.rb +15 -14
- data/lib/truelayer-signing/verifier.rb +72 -20
- data/lib/truelayer-signing.rb +9 -1
- data/test/resources/missing-zero-padding-test-jwks.json +19 -0
- data/test/resources/missing-zero-padding-test-payload.json +22 -0
- data/test/resources/missing-zero-padding-test-signature.txt +1 -0
- data/test/test-truelayer-signing.rb +118 -6
- data/truelayer-signing.gemspec +2 -2
- metadata +9 -75
- data/doc/CHANGELOG_md.html +0 -132
- data/doc/JWT/Decode.html +0 -97
- data/doc/JWT/Encode.html +0 -97
- data/doc/JWT/JWK/EC.html +0 -169
- data/doc/JWT/JWK.html +0 -91
- data/doc/JWT.html +0 -95
- data/doc/LICENSE-APACHE.html +0 -177
- data/doc/LICENSE-MIT.html +0 -105
- data/doc/README_md.html +0 -197
- data/doc/Rakefile.html +0 -106
- data/doc/TrueLayerSigning/Config.html +0 -211
- data/doc/TrueLayerSigning/Error.html +0 -97
- data/doc/TrueLayerSigning/JwsBase.html +0 -317
- data/doc/TrueLayerSigning/JwsHeader.html +0 -268
- data/doc/TrueLayerSigning/Signer.html +0 -186
- data/doc/TrueLayerSigning/Verifier.html +0 -327
- data/doc/TrueLayerSigning.html +0 -226
- data/doc/TrueLayerSigningExamples.html +0 -217
- data/doc/created.rid +0 -21
- data/doc/css/fonts.css +0 -167
- data/doc/css/rdoc.css +0 -662
- data/doc/examples/sign-request/Gemfile.html +0 -99
- data/doc/examples/sign-request/Gemfile_lock.html +0 -143
- data/doc/examples/sign-request/README_md.html +0 -138
- data/doc/examples/webhook-server/Gemfile.html +0 -99
- data/doc/examples/webhook-server/Gemfile_lock.html +0 -142
- data/doc/examples/webhook-server/README_md.html +0 -139
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +0 -118
- data/doc/js/darkfish.js +0 -84
- data/doc/js/navigation.js +0 -105
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +0 -110
- data/doc/js/search_index.js +0 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +0 -229
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +0 -269
- data/examples/sign-request/Gemfile.lock +0 -40
data/doc/Rakefile.html
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
|
|
7
|
-
<title>Rakefile - RDoc Documentation</title>
|
|
8
|
-
|
|
9
|
-
<script type="text/javascript">
|
|
10
|
-
var rdoc_rel_prefix = "./";
|
|
11
|
-
var index_rel_prefix = "./";
|
|
12
|
-
</script>
|
|
13
|
-
|
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
|
15
|
-
<script src="./js/search.js" defer></script>
|
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
|
19
|
-
|
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<body id="top" role="document" class="file">
|
|
25
|
-
<nav role="navigation">
|
|
26
|
-
<div id="project-navigation">
|
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
-
<h2>
|
|
29
|
-
<a href="./index.html" rel="home">Home</a>
|
|
30
|
-
</h2>
|
|
31
|
-
|
|
32
|
-
<div id="table-of-contents-navigation">
|
|
33
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
|
34
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
|
35
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
-
<div id="search-field-wrapper">
|
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
|
49
|
-
aria-busy="false" aria-expanded="false"
|
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
-
</form>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<div id="project-metadata">
|
|
59
|
-
|
|
60
|
-
<div id="fileindex-section" class="nav-section">
|
|
61
|
-
<h3>Pages</h3>
|
|
62
|
-
|
|
63
|
-
<ul class="link-list">
|
|
64
|
-
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
|
65
|
-
<li><a href="./LICENSE-APACHE.html">LICENSE-APACHE</a>
|
|
66
|
-
<li><a href="./LICENSE-MIT.html">LICENSE-MIT</a>
|
|
67
|
-
<li><a href="./README_md.html">README</a>
|
|
68
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
|
69
|
-
<li><details><summary>examples</summary>
|
|
70
|
-
<ul class="link-list">
|
|
71
|
-
<li><a href="./examples/sign-request/Gemfile.html">Gemfile</a>
|
|
72
|
-
<li><a href="./examples/sign-request/Gemfile_lock.html">Gemfile.lock</a>
|
|
73
|
-
<li><a href="./examples/sign-request/README_md.html">README</a>
|
|
74
|
-
<li><a href="./examples/webhook-server/Gemfile.html">Gemfile</a>
|
|
75
|
-
<li><a href="./examples/webhook-server/Gemfile_lock.html">Gemfile.lock</a>
|
|
76
|
-
<li><a href="./examples/webhook-server/README_md.html">README</a>
|
|
77
|
-
</ul></details>
|
|
78
|
-
</ul>
|
|
79
|
-
</div>
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
</nav>
|
|
83
|
-
|
|
84
|
-
<main role="main" aria-label="Page Rakefile">
|
|
85
|
-
|
|
86
|
-
<p>require “rake/testtask”</p>
|
|
87
|
-
|
|
88
|
-
<p>Rake::TestTask.new do |t|</p>
|
|
89
|
-
|
|
90
|
-
<pre class="ruby"><span class="ruby-identifier">t</span>.<span class="ruby-identifier">libs</span> <span class="ruby-operator"><<</span> <span class="ruby-string">"test"</span>
|
|
91
|
-
</pre>
|
|
92
|
-
|
|
93
|
-
<p>end</p>
|
|
94
|
-
|
|
95
|
-
<p>desc “Run tests” task default: :test</p>
|
|
96
|
-
|
|
97
|
-
</main>
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<footer id="validator-badges" role="contentinfo">
|
|
102
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
103
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
|
|
104
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
105
|
-
</footer>
|
|
106
|
-
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
|
|
7
|
-
<title>class TrueLayerSigning::Config - RDoc Documentation</title>
|
|
8
|
-
|
|
9
|
-
<script type="text/javascript">
|
|
10
|
-
var rdoc_rel_prefix = "../";
|
|
11
|
-
var index_rel_prefix = "../";
|
|
12
|
-
</script>
|
|
13
|
-
|
|
14
|
-
<script src="../js/navigation.js" defer></script>
|
|
15
|
-
<script src="../js/search.js" defer></script>
|
|
16
|
-
<script src="../js/search_index.js" defer></script>
|
|
17
|
-
<script src="../js/searcher.js" defer></script>
|
|
18
|
-
<script src="../js/darkfish.js" defer></script>
|
|
19
|
-
|
|
20
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
|
21
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<body id="top" role="document" class="class">
|
|
25
|
-
<nav role="navigation">
|
|
26
|
-
<div id="project-navigation">
|
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
-
<h2>
|
|
29
|
-
<a href="../index.html" rel="home">Home</a>
|
|
30
|
-
</h2>
|
|
31
|
-
|
|
32
|
-
<div id="table-of-contents-navigation">
|
|
33
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
|
34
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
|
35
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
-
<div id="search-field-wrapper">
|
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
|
49
|
-
aria-busy="false" aria-expanded="false"
|
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
-
</form>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<div id="class-metadata">
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<div id="parent-class-section" class="nav-section">
|
|
62
|
-
<h3>Parent</h3>
|
|
63
|
-
|
|
64
|
-
<p class="link">Object
|
|
65
|
-
</div>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
<!-- Method Quickref -->
|
|
71
|
-
<div id="method-list-section" class="nav-section">
|
|
72
|
-
<h3>Methods</h3>
|
|
73
|
-
|
|
74
|
-
<ul class="link-list" role="directory">
|
|
75
|
-
<li ><a href="#method-c-new">::new</a>
|
|
76
|
-
<li ><a href="#method-c-setup">::setup</a>
|
|
77
|
-
</ul>
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
</div>
|
|
81
|
-
</nav>
|
|
82
|
-
|
|
83
|
-
<main role="main" aria-labelledby="class-TrueLayerSigning::Config">
|
|
84
|
-
<h1 id="class-TrueLayerSigning::Config" class="class">
|
|
85
|
-
class TrueLayerSigning::Config
|
|
86
|
-
</h1>
|
|
87
|
-
|
|
88
|
-
<section class="description">
|
|
89
|
-
|
|
90
|
-
</section>
|
|
91
|
-
|
|
92
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
<section class="attribute-method-details" class="method-section">
|
|
97
|
-
<header>
|
|
98
|
-
<h3>Attributes</h3>
|
|
99
|
-
</header>
|
|
100
|
-
|
|
101
|
-
<div id="attribute-i-algorithm" class="method-detail">
|
|
102
|
-
<div class="method-heading attribute-method-heading">
|
|
103
|
-
<span class="method-name">algorithm</span><span
|
|
104
|
-
class="attribute-access-type">[R]</span>
|
|
105
|
-
</div>
|
|
106
|
-
|
|
107
|
-
<div class="method-description">
|
|
108
|
-
|
|
109
|
-
</div>
|
|
110
|
-
</div>
|
|
111
|
-
<div id="attribute-i-certificate_id" class="method-detail">
|
|
112
|
-
<div class="method-heading attribute-method-heading">
|
|
113
|
-
<span class="method-name">certificate_id</span><span
|
|
114
|
-
class="attribute-access-type">[RW]</span>
|
|
115
|
-
</div>
|
|
116
|
-
|
|
117
|
-
<div class="method-description">
|
|
118
|
-
|
|
119
|
-
</div>
|
|
120
|
-
</div>
|
|
121
|
-
<div id="attribute-i-private_key" class="method-detail">
|
|
122
|
-
<div class="method-heading attribute-method-heading">
|
|
123
|
-
<span class="method-name">private_key</span><span
|
|
124
|
-
class="attribute-access-type">[RW]</span>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
<div class="method-description">
|
|
128
|
-
|
|
129
|
-
</div>
|
|
130
|
-
</div>
|
|
131
|
-
<div id="attribute-i-version" class="method-detail">
|
|
132
|
-
<div class="method-heading attribute-method-heading">
|
|
133
|
-
<span class="method-name">version</span><span
|
|
134
|
-
class="attribute-access-type">[R]</span>
|
|
135
|
-
</div>
|
|
136
|
-
|
|
137
|
-
<div class="method-description">
|
|
138
|
-
|
|
139
|
-
</div>
|
|
140
|
-
</div>
|
|
141
|
-
</section>
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
145
|
-
<header>
|
|
146
|
-
<h3>Public Class Methods</h3>
|
|
147
|
-
</header>
|
|
148
|
-
|
|
149
|
-
<div id="method-c-new" class="method-detail ">
|
|
150
|
-
<div class="method-header">
|
|
151
|
-
<div class="method-heading">
|
|
152
|
-
<span class="method-name">new</span><span
|
|
153
|
-
class="method-args">()</span>
|
|
154
|
-
<span class="method-click-advice">click to toggle source</span>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
|
|
158
|
-
<div class="method-description">
|
|
159
|
-
<p>@return [TrueLayerSigning::Config]</p>
|
|
160
|
-
|
|
161
|
-
<div class="method-source-code" id="new-source">
|
|
162
|
-
<pre><span class="ruby-comment"># File lib/truelayer-signing/config.rb, line 14</span>
|
|
163
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>
|
|
164
|
-
<span class="ruby-ivar">@algorithm</span> = <span class="ruby-string">"ES512"</span>.<span class="ruby-identifier">freeze</span>
|
|
165
|
-
<span class="ruby-ivar">@certificate_id</span> = <span class="ruby-constant">ENV</span>.<span class="ruby-identifier">fetch</span>(<span class="ruby-string">"TRUELAYER_SIGNING_CERTIFICATE_ID"</span>, <span class="ruby-keyword">nil</span>).<span class="ruby-identifier">freeze</span>
|
|
166
|
-
<span class="ruby-ivar">@private_key</span> = <span class="ruby-constant">ENV</span>.<span class="ruby-identifier">fetch</span>(<span class="ruby-string">"TRUELAYER_SIGNING_PRIVATE_KEY"</span>, <span class="ruby-keyword">nil</span>)&.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">/\\n/</span>, <span class="ruby-string">"\n"</span>).<span class="ruby-identifier">freeze</span>
|
|
167
|
-
<span class="ruby-ivar">@version</span> = <span class="ruby-string">"2"</span>.<span class="ruby-identifier">freeze</span>
|
|
168
|
-
<span class="ruby-keyword">end</span></pre>
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
</div>
|
|
174
|
-
|
|
175
|
-
<div id="method-c-setup" class="method-detail ">
|
|
176
|
-
<div class="method-header">
|
|
177
|
-
<div class="method-heading">
|
|
178
|
-
<span class="method-name">setup</span><span
|
|
179
|
-
class="method-args">() { |instance| ... }</span>
|
|
180
|
-
<span class="method-click-advice">click to toggle source</span>
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
<div class="method-description">
|
|
185
|
-
<p>@return [TrueLayerSigning::Config]</p>
|
|
186
|
-
|
|
187
|
-
<div class="method-source-code" id="setup-source">
|
|
188
|
-
<pre><span class="ruby-comment"># File lib/truelayer-signing/config.rb, line 7</span>
|
|
189
|
-
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">setup</span>
|
|
190
|
-
<span class="ruby-identifier">new</span>.<span class="ruby-identifier">tap</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">instance</span><span class="ruby-operator">|</span>
|
|
191
|
-
<span class="ruby-keyword">yield</span>(<span class="ruby-identifier">instance</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">block_given?</span>
|
|
192
|
-
<span class="ruby-keyword">end</span>
|
|
193
|
-
<span class="ruby-keyword">end</span></pre>
|
|
194
|
-
</div>
|
|
195
|
-
</div>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
</div>
|
|
199
|
-
|
|
200
|
-
</section>
|
|
201
|
-
|
|
202
|
-
</section>
|
|
203
|
-
</main>
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
<footer id="validator-badges" role="contentinfo">
|
|
207
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
208
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
|
|
209
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
210
|
-
</footer>
|
|
211
|
-
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
|
|
7
|
-
<title>class TrueLayerSigning::Error - RDoc Documentation</title>
|
|
8
|
-
|
|
9
|
-
<script type="text/javascript">
|
|
10
|
-
var rdoc_rel_prefix = "../";
|
|
11
|
-
var index_rel_prefix = "../";
|
|
12
|
-
</script>
|
|
13
|
-
|
|
14
|
-
<script src="../js/navigation.js" defer></script>
|
|
15
|
-
<script src="../js/search.js" defer></script>
|
|
16
|
-
<script src="../js/search_index.js" defer></script>
|
|
17
|
-
<script src="../js/searcher.js" defer></script>
|
|
18
|
-
<script src="../js/darkfish.js" defer></script>
|
|
19
|
-
|
|
20
|
-
<link href="../css/fonts.css" rel="stylesheet">
|
|
21
|
-
<link href="../css/rdoc.css" rel="stylesheet">
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<body id="top" role="document" class="class">
|
|
25
|
-
<nav role="navigation">
|
|
26
|
-
<div id="project-navigation">
|
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
-
<h2>
|
|
29
|
-
<a href="../index.html" rel="home">Home</a>
|
|
30
|
-
</h2>
|
|
31
|
-
|
|
32
|
-
<div id="table-of-contents-navigation">
|
|
33
|
-
<a href="../table_of_contents.html#pages">Pages</a>
|
|
34
|
-
<a href="../table_of_contents.html#classes">Classes</a>
|
|
35
|
-
<a href="../table_of_contents.html#methods">Methods</a>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
-
<div id="search-field-wrapper">
|
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
|
49
|
-
aria-busy="false" aria-expanded="false"
|
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
-
</form>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<div id="class-metadata">
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<div id="parent-class-section" class="nav-section">
|
|
62
|
-
<h3>Parent</h3>
|
|
63
|
-
|
|
64
|
-
<p class="link">StandardError
|
|
65
|
-
</div>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</div>
|
|
71
|
-
</nav>
|
|
72
|
-
|
|
73
|
-
<main role="main" aria-labelledby="class-TrueLayerSigning::Error">
|
|
74
|
-
<h1 id="class-TrueLayerSigning::Error" class="class">
|
|
75
|
-
class TrueLayerSigning::Error
|
|
76
|
-
</h1>
|
|
77
|
-
|
|
78
|
-
<section class="description">
|
|
79
|
-
|
|
80
|
-
</section>
|
|
81
|
-
|
|
82
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</section>
|
|
89
|
-
</main>
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
<footer id="validator-badges" role="contentinfo">
|
|
93
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
94
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
|
|
95
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
96
|
-
</footer>
|
|
97
|
-
|