auth0-ruby 0.9.1 → 0.10
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/.rspec +1 -0
- data/Gemfile.lock +2 -4
- data/auth0.gemspec +0 -1
- data/doc/Auth0.html +3 -3
- data/doc/Auth0/AccessDenied.html +142 -0
- data/doc/Auth0/Api.html +3 -3
- data/doc/Auth0/Api/AuthenticationEndpoints.html +3 -7
- data/doc/Auth0/Api/V1.html +4 -8
- data/doc/Auth0/Api/V1/Clients.html +1 -1
- data/doc/Auth0/Api/V1/Connections.html +1 -1
- data/doc/Auth0/Api/V1/Logs.html +1 -1
- data/doc/Auth0/Api/V1/Rules.html +1 -1
- data/doc/Auth0/Api/V1/Users.html +1 -1
- data/doc/Auth0/Api/V2.html +193 -0
- data/doc/Auth0/Api/V2/Blacklists.html +268 -0
- data/doc/Auth0/Api/V2/Clients.html +477 -0
- data/doc/Auth0/Api/V2/Jobs.html +277 -0
- data/doc/Auth0/Api/V2/Router.html +109 -0
- data/doc/Auth0/Api/V2/Stats.html +268 -0
- data/doc/Auth0/Api/V2/Users.html +652 -0
- data/doc/Auth0/BadRequest.html +1 -1
- data/doc/Auth0/Client.html +1 -73
- data/doc/Auth0/Exception.html +2 -2
- data/doc/Auth0/InvalidParameter.html +142 -0
- data/doc/Auth0/Mixins.html +4 -76
- data/doc/Auth0/Mixins/HTTPartyProxy.html +1 -1
- data/doc/Auth0/Mixins/Initializer.html +20 -14
- data/doc/Auth0/NotFound.html +1 -1
- data/doc/Auth0/ServerError.html +1 -1
- data/doc/Auth0/Unauthorized.html +1 -1
- data/doc/Auth0/Unsupported.html +1 -1
- data/doc/Auth0/UserIdIsBlank.html +1 -1
- data/doc/Auth0Client.html +1 -73
- data/doc/_index.html +59 -3
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +132 -30
- data/doc/top-level-namespace.html +1 -1
- data/lib/auth0/api/v2.rb +19 -0
- data/lib/auth0/api/v2/blacklists.rb +22 -0
- data/lib/auth0/api/v2/clients.rb +39 -0
- data/lib/auth0/api/v2/jobs.rb +20 -0
- data/lib/auth0/api/v2/router.rb +28 -0
- data/lib/auth0/api/v2/stats.rb +22 -0
- data/lib/auth0/api/v2/users.rb +64 -0
- data/lib/auth0/exception.rb +5 -1
- data/lib/auth0/mixins.rb +2 -3
- data/lib/auth0/mixins/httparty_proxy.rb +7 -1
- data/lib/auth0/mixins/initializer.rb +13 -8
- data/lib/auth0/version.rb +1 -1
- data/spec/lib/auth0/api/v2/blacklists_spec.rb +25 -0
- data/spec/lib/auth0/api/v2/clients_spec.rb +55 -0
- data/spec/lib/auth0/api/v2/jobs_spec.rb +22 -0
- data/spec/lib/auth0/api/v2/stats_spec.rb +23 -0
- data/spec/lib/auth0/api/v2/users_spec.rb +73 -0
- data/spec/lib/auth0/client_spec.rb +31 -8
- data/spec/lib/auth0/mixins/httparty_proxy_spec.rb +60 -1
- data/spec/lib/auth0_client_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +25 -37
- data/doc/Auth0/Mixins/JwtOperations.html +0 -202
- data/lib/auth0/mixins/jwt_operations.rb +0 -14
- data/spec/lib/auth0/mixins/jwt_operations_spec.rb +0 -31
- data/spec/support/stub_class_with_client_secret.rb +0 -7
data/doc/Auth0/NotFound.html
CHANGED
@@ -134,7 +134,7 @@ wrong path</p>
|
|
134
134
|
</div>
|
135
135
|
|
136
136
|
<div id="footer">
|
137
|
-
Generated on
|
137
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
138
138
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
139
|
0.8.7.6 (ruby-2.0.0).
|
140
140
|
</div>
|
data/doc/Auth0/ServerError.html
CHANGED
@@ -133,7 +133,7 @@
|
|
133
133
|
</div>
|
134
134
|
|
135
135
|
<div id="footer">
|
136
|
-
Generated on
|
136
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
138
138
|
0.8.7.6 (ruby-2.0.0).
|
139
139
|
</div>
|
data/doc/Auth0/Unauthorized.html
CHANGED
@@ -134,7 +134,7 @@ is not set correctly</p>
|
|
134
134
|
</div>
|
135
135
|
|
136
136
|
<div id="footer">
|
137
|
-
Generated on
|
137
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
138
138
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
139
|
0.8.7.6 (ruby-2.0.0).
|
140
140
|
</div>
|
data/doc/Auth0/Unsupported.html
CHANGED
@@ -133,7 +133,7 @@
|
|
133
133
|
</div>
|
134
134
|
|
135
135
|
<div id="footer">
|
136
|
-
Generated on
|
136
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
138
138
|
0.8.7.6 (ruby-2.0.0).
|
139
139
|
</div>
|
@@ -134,7 +134,7 @@ other unexpected bahaviour</p>
|
|
134
134
|
</div>
|
135
135
|
|
136
136
|
<div id="footer">
|
137
|
-
Generated on
|
137
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
138
138
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
139
|
0.8.7.6 (ruby-2.0.0).
|
140
140
|
</div>
|
data/doc/Auth0Client.html
CHANGED
@@ -132,12 +132,6 @@
|
|
132
132
|
|
133
133
|
|
134
134
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
135
|
|
142
136
|
|
143
137
|
|
@@ -147,72 +141,6 @@
|
|
147
141
|
|
148
142
|
<h2>Method Summary</h2>
|
149
143
|
|
150
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/V1/Logs.html" title="Auth0::Api::V1::Logs (module)">Auth0::Api::V1::Logs</a></span></h3>
|
151
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/V1/Logs.html#log-instance_method" title="Auth0::Api::V1::Logs#log (method)">#log</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Logs.html#logs-instance_method" title="Auth0::Api::V1::Logs#logs (method)">#logs</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Logs.html#user_logs-instance_method" title="Auth0::Api::V1::Logs#user_logs (method)">#user_logs</a></span></p>
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/V1/Rules.html" title="Auth0::Api::V1::Rules (module)">Auth0::Api::V1::Rules</a></span></h3>
|
162
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/V1/Rules.html#create_rule-instance_method" title="Auth0::Api::V1::Rules#create_rule (method)">#create_rule</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Rules.html#delete_rule-instance_method" title="Auth0::Api::V1::Rules#delete_rule (method)">#delete_rule</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Rules.html#rules-instance_method" title="Auth0::Api::V1::Rules#rules (method)">#rules</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Rules.html#update_rule-instance_method" title="Auth0::Api::V1::Rules#update_rule (method)">#update_rule</a></span></p>
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/V1/Clients.html" title="Auth0::Api::V1::Clients (module)">Auth0::Api::V1::Clients</a></span></h3>
|
173
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/V1/Clients.html#clients-instance_method" title="Auth0::Api::V1::Clients#clients (method)">#clients</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Clients.html#create_client-instance_method" title="Auth0::Api::V1::Clients#create_client (method)">#create_client</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Clients.html#patch_client-instance_method" title="Auth0::Api::V1::Clients#patch_client (method)">#patch_client</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Clients.html#update_client-instance_method" title="Auth0::Api::V1::Clients#update_client (method)">#update_client</a></span></p>
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/V1/Connections.html" title="Auth0::Api::V1::Connections (module)">Auth0::Api::V1::Connections</a></span></h3>
|
184
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/V1/Connections.html#connection-instance_method" title="Auth0::Api::V1::Connections#connection (method)">#connection</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Connections.html#connections-instance_method" title="Auth0::Api::V1::Connections#connections (method)">#connections</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Connections.html#create_connection-instance_method" title="Auth0::Api::V1::Connections#create_connection (method)">#create_connection</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Connections.html#delete_connection-instance_method" title="Auth0::Api::V1::Connections#delete_connection (method)">#delete_connection</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Connections.html#update_connection-instance_method" title="Auth0::Api::V1::Connections#update_connection (method)">#update_connection</a></span></p>
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/V1/Users.html" title="Auth0::Api::V1::Users (module)">Auth0::Api::V1::Users</a></span></h3>
|
195
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/V1/Users.html#change_password_ticket-instance_method" title="Auth0::Api::V1::Users#change_password_ticket (method)">#change_password_ticket</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#client_users-instance_method" title="Auth0::Api::V1::Users#client_users (method)">#client_users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#connection_users-instance_method" title="Auth0::Api::V1::Users#connection_users (method)">#connection_users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#create_public_key-instance_method" title="Auth0::Api::V1::Users#create_public_key (method)">#create_public_key</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#create_user-instance_method" title="Auth0::Api::V1::Users#create_user (method)">#create_user</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#delete_user-instance_method" title="Auth0::Api::V1::Users#delete_user (method)">#delete_user</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#delete_users-instance_method" title="Auth0::Api::V1::Users#delete_users (method)">#delete_users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#enterpriseconnections_users-instance_method" title="Auth0::Api::V1::Users#enterpriseconnections_users (method)">#enterpriseconnections_users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#patch_user_metadata-instance_method" title="Auth0::Api::V1::Users#patch_user_metadata (method)">#patch_user_metadata</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#revoke_user_device_public_key-instance_method" title="Auth0::Api::V1::Users#revoke_user_device_public_key (method)">#revoke_user_device_public_key</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#revoke_user_refresh_token-instance_method" title="Auth0::Api::V1::Users#revoke_user_refresh_token (method)">#revoke_user_refresh_token</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#send_verification_email-instance_method" title="Auth0::Api::V1::Users#send_verification_email (method)">#send_verification_email</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#socialconnections_users-instance_method" title="Auth0::Api::V1::Users#socialconnections_users (method)">#socialconnections_users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_email-instance_method" title="Auth0::Api::V1::Users#update_user_email (method)">#update_user_email</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_metadata-instance_method" title="Auth0::Api::V1::Users#update_user_metadata (method)">#update_user_metadata</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_password-instance_method" title="Auth0::Api::V1::Users#update_user_password (method)">#update_user_password</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_password_using_email-instance_method" title="Auth0::Api::V1::Users#update_user_password_using_email (method)">#update_user_password_using_email</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#user-instance_method" title="Auth0::Api::V1::Users#user (method)">#user</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#user_devices-instance_method" title="Auth0::Api::V1::Users#user_devices (method)">#user_devices</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#users-instance_method" title="Auth0::Api::V1::Users#users (method)">#users</a></span>, <span class='object_link'><a href="Auth0/Api/V1/Users.html#verification_ticket-instance_method" title="Auth0::Api::V1::Users#verification_ticket (method)">#verification_ticket</a></span></p>
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html" title="Auth0::Api::AuthenticationEndpoints (module)">Auth0::Api::AuthenticationEndpoints</a></span></h3>
|
206
|
-
<p class="inherited"><span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#change_password-instance_method" title="Auth0::Api::AuthenticationEndpoints#change_password (method)">#change_password</a></span>, <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#delegation-instance_method" title="Auth0::Api::AuthenticationEndpoints#delegation (method)">#delegation</a></span>, <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#login-instance_method" title="Auth0::Api::AuthenticationEndpoints#login (method)">#login</a></span>, <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#obtain_access_token-instance_method" title="Auth0::Api::AuthenticationEndpoints#obtain_access_token (method)">#obtain_access_token</a></span>, <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#signup-instance_method" title="Auth0::Api::AuthenticationEndpoints#signup (method)">#signup</a></span>, <span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#token_info-instance_method" title="Auth0::Api::AuthenticationEndpoints#token_info (method)">#token_info</a></span></p>
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
144
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Auth0/Mixins/Initializer.html" title="Auth0::Mixins::Initializer (module)">Auth0::Mixins::Initializer</a></span></h3>
|
217
145
|
<p class="inherited"><span class='object_link'><a href="Auth0/Mixins/Initializer.html#included-class_method" title="Auth0::Mixins::Initializer.included (method)">included</a></span>, <span class='object_link'><a href="Auth0/Mixins/Initializer.html#initialize-instance_method" title="Auth0::Mixins::Initializer#initialize (method)">#initialize</a></span></p>
|
218
146
|
|
@@ -226,7 +154,7 @@
|
|
226
154
|
</div>
|
227
155
|
|
228
156
|
<div id="footer">
|
229
|
-
Generated on
|
157
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
230
158
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
231
159
|
0.8.7.6 (ruby-2.0.0).
|
232
160
|
</div>
|
data/doc/_index.html
CHANGED
@@ -84,6 +84,13 @@
|
|
84
84
|
<li class="letter">A</li>
|
85
85
|
<ul>
|
86
86
|
|
87
|
+
<li>
|
88
|
+
<span class='object_link'><a href="Auth0/AccessDenied.html" title="Auth0::AccessDenied (class)">AccessDenied</a></span>
|
89
|
+
|
90
|
+
<small>(Auth0)</small>
|
91
|
+
|
92
|
+
</li>
|
93
|
+
|
87
94
|
<li>
|
88
95
|
<span class='object_link'><a href="Auth0/Api.html" title="Auth0::Api (module)">Api</a></span>
|
89
96
|
|
@@ -123,6 +130,13 @@
|
|
123
130
|
|
124
131
|
</li>
|
125
132
|
|
133
|
+
<li>
|
134
|
+
<span class='object_link'><a href="Auth0/Api/V2/Blacklists.html" title="Auth0::Api::V2::Blacklists (module)">Blacklists</a></span>
|
135
|
+
|
136
|
+
<small>(Auth0::Api::V2)</small>
|
137
|
+
|
138
|
+
</li>
|
139
|
+
|
126
140
|
</ul>
|
127
141
|
</ul>
|
128
142
|
|
@@ -138,6 +152,13 @@
|
|
138
152
|
|
139
153
|
</li>
|
140
154
|
|
155
|
+
<li>
|
156
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html" title="Auth0::Api::V2::Clients (module)">Clients</a></span>
|
157
|
+
|
158
|
+
<small>(Auth0::Api::V2)</small>
|
159
|
+
|
160
|
+
</li>
|
161
|
+
|
141
162
|
<li>
|
142
163
|
<span class='object_link'><a href="Auth0/Api/V1/Clients.html" title="Auth0::Api::V1::Clients (module)">Clients</a></span>
|
143
164
|
|
@@ -197,6 +218,13 @@
|
|
197
218
|
|
198
219
|
</li>
|
199
220
|
|
221
|
+
<li>
|
222
|
+
<span class='object_link'><a href="Auth0/InvalidParameter.html" title="Auth0::InvalidParameter (class)">InvalidParameter</a></span>
|
223
|
+
|
224
|
+
<small>(Auth0)</small>
|
225
|
+
|
226
|
+
</li>
|
227
|
+
|
200
228
|
</ul>
|
201
229
|
</ul>
|
202
230
|
|
@@ -206,9 +234,9 @@
|
|
206
234
|
<ul>
|
207
235
|
|
208
236
|
<li>
|
209
|
-
<span class='object_link'><a href="Auth0/
|
237
|
+
<span class='object_link'><a href="Auth0/Api/V2/Jobs.html" title="Auth0::Api::V2::Jobs (module)">Jobs</a></span>
|
210
238
|
|
211
|
-
<small>(Auth0::
|
239
|
+
<small>(Auth0::Api::V2)</small>
|
212
240
|
|
213
241
|
</li>
|
214
242
|
|
@@ -268,6 +296,13 @@
|
|
268
296
|
<li class="letter">R</li>
|
269
297
|
<ul>
|
270
298
|
|
299
|
+
<li>
|
300
|
+
<span class='object_link'><a href="Auth0/Api/V2/Router.html" title="Auth0::Api::V2::Router (module)">Router</a></span>
|
301
|
+
|
302
|
+
<small>(Auth0::Api::V2)</small>
|
303
|
+
|
304
|
+
</li>
|
305
|
+
|
271
306
|
<li>
|
272
307
|
<span class='object_link'><a href="Auth0/Api/V1/Rules.html" title="Auth0::Api::V1::Rules (module)">Rules</a></span>
|
273
308
|
|
@@ -290,6 +325,13 @@
|
|
290
325
|
|
291
326
|
</li>
|
292
327
|
|
328
|
+
<li>
|
329
|
+
<span class='object_link'><a href="Auth0/Api/V2/Stats.html" title="Auth0::Api::V2::Stats (module)">Stats</a></span>
|
330
|
+
|
331
|
+
<small>(Auth0::Api::V2)</small>
|
332
|
+
|
333
|
+
</li>
|
334
|
+
|
293
335
|
</ul>
|
294
336
|
</ul>
|
295
337
|
|
@@ -326,6 +368,13 @@
|
|
326
368
|
|
327
369
|
</li>
|
328
370
|
|
371
|
+
<li>
|
372
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html" title="Auth0::Api::V2::Users (module)">Users</a></span>
|
373
|
+
|
374
|
+
<small>(Auth0::Api::V2)</small>
|
375
|
+
|
376
|
+
</li>
|
377
|
+
|
329
378
|
</ul>
|
330
379
|
</ul>
|
331
380
|
|
@@ -341,6 +390,13 @@
|
|
341
390
|
|
342
391
|
</li>
|
343
392
|
|
393
|
+
<li>
|
394
|
+
<span class='object_link'><a href="Auth0/Api/V2.html" title="Auth0::Api::V2 (module)">V2</a></span>
|
395
|
+
|
396
|
+
<small>(Auth0::Api)</small>
|
397
|
+
|
398
|
+
</li>
|
399
|
+
|
344
400
|
</ul>
|
345
401
|
</ul>
|
346
402
|
|
@@ -353,7 +409,7 @@
|
|
353
409
|
</div>
|
354
410
|
|
355
411
|
<div id="footer">
|
356
|
-
Generated on
|
412
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
357
413
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
358
414
|
0.8.7.6 (ruby-2.0.0).
|
359
415
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
<ul id="full_list" class="class">
|
52
52
|
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
53
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="Auth0.html" title="Auth0 (module)">Auth0</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Api.html" title="Auth0::Api (module)">Api</a></span><small class='search_info'>Auth0</small></li><ul><li><span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html" title="Auth0::Api::AuthenticationEndpoints (module)">AuthenticationEndpoints</a></span><small class='search_info'>Auth0::Api</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Api/V1.html" title="Auth0::Api::V1 (module)">V1</a></span><small class='search_info'>Auth0::Api</small></li><ul><li><span class='object_link'><a href="Auth0/Api/V1/Clients.html" title="Auth0::Api::V1::Clients (module)">Clients</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Connections.html" title="Auth0::Api::V1::Connections (module)">Connections</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Logs.html" title="Auth0::Api::V1::Logs (module)">Logs</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Rules.html" title="Auth0::Api::V1::Rules (module)">Rules</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Users.html" title="Auth0::Api::V1::Users (module)">Users</a></span><small class='search_info'>Auth0::Api::V1</small></li></ul></ul><li><span class='object_link'><a href="Auth0/BadRequest.html" title="Auth0::BadRequest (class)">BadRequest</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Client.html" title="Auth0::Client (class)">Client</a></span> < Object<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Exception.html" title="Auth0::Exception (class)">Exception</a></span> < StandardError<small class='search_info'>Auth0</small></li><li><
|
53
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Auth0.html" title="Auth0 (module)">Auth0</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Auth0/AccessDenied.html" title="Auth0::AccessDenied (class)">AccessDenied</a></span> < Exception<small class='search_info'>Auth0</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Api.html" title="Auth0::Api (module)">Api</a></span><small class='search_info'>Auth0</small></li><ul><li><span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html" title="Auth0::Api::AuthenticationEndpoints (module)">AuthenticationEndpoints</a></span><small class='search_info'>Auth0::Api</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Api/V1.html" title="Auth0::Api::V1 (module)">V1</a></span><small class='search_info'>Auth0::Api</small></li><ul><li><span class='object_link'><a href="Auth0/Api/V1/Clients.html" title="Auth0::Api::V1::Clients (module)">Clients</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Connections.html" title="Auth0::Api::V1::Connections (module)">Connections</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Logs.html" title="Auth0::Api::V1::Logs (module)">Logs</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Rules.html" title="Auth0::Api::V1::Rules (module)">Rules</a></span><small class='search_info'>Auth0::Api::V1</small></li><li><span class='object_link'><a href="Auth0/Api/V1/Users.html" title="Auth0::Api::V1::Users (module)">Users</a></span><small class='search_info'>Auth0::Api::V1</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Api/V2.html" title="Auth0::Api::V2 (module)">V2</a></span><small class='search_info'>Auth0::Api</small></li><ul><li><span class='object_link'><a href="Auth0/Api/V2/Blacklists.html" title="Auth0::Api::V2::Blacklists (module)">Blacklists</a></span><small class='search_info'>Auth0::Api::V2</small></li><li><span class='object_link'><a href="Auth0/Api/V2/Clients.html" title="Auth0::Api::V2::Clients (module)">Clients</a></span><small class='search_info'>Auth0::Api::V2</small></li><li><span class='object_link'><a href="Auth0/Api/V2/Jobs.html" title="Auth0::Api::V2::Jobs (module)">Jobs</a></span><small class='search_info'>Auth0::Api::V2</small></li><li><span class='object_link'><a href="Auth0/Api/V2/Router.html" title="Auth0::Api::V2::Router (module)">Router</a></span><small class='search_info'>Auth0::Api::V2</small></li><li><span class='object_link'><a href="Auth0/Api/V2/Stats.html" title="Auth0::Api::V2::Stats (module)">Stats</a></span><small class='search_info'>Auth0::Api::V2</small></li><li><span class='object_link'><a href="Auth0/Api/V2/Users.html" title="Auth0::Api::V2::Users (module)">Users</a></span><small class='search_info'>Auth0::Api::V2</small></li></ul></ul><li><span class='object_link'><a href="Auth0/BadRequest.html" title="Auth0::BadRequest (class)">BadRequest</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Client.html" title="Auth0::Client (class)">Client</a></span> < Object<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Exception.html" title="Auth0::Exception (class)">Exception</a></span> < StandardError<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/InvalidParameter.html" title="Auth0::InvalidParameter (class)">InvalidParameter</a></span> < Exception<small class='search_info'>Auth0</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Auth0/Mixins.html" title="Auth0::Mixins (module)">Mixins</a></span><small class='search_info'>Auth0</small></li><ul><li><span class='object_link'><a href="Auth0/Mixins/HTTPartyProxy.html" title="Auth0::Mixins::HTTPartyProxy (module)">HTTPartyProxy</a></span><small class='search_info'>Auth0::Mixins</small></li><li><span class='object_link'><a href="Auth0/Mixins/Initializer.html" title="Auth0::Mixins::Initializer (module)">Initializer</a></span><small class='search_info'>Auth0::Mixins</small></li></ul><li><span class='object_link'><a href="Auth0/NotFound.html" title="Auth0::NotFound (class)">NotFound</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/ServerError.html" title="Auth0::ServerError (class)">ServerError</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Unauthorized.html" title="Auth0::Unauthorized (class)">Unauthorized</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/Unsupported.html" title="Auth0::Unsupported (class)">Unsupported</a></span> < Exception<small class='search_info'>Auth0</small></li><li><span class='object_link'><a href="Auth0/UserIdIsBlank.html" title="Auth0::UserIdIsBlank (class)">UserIdIsBlank</a></span> < Exception<small class='search_info'>Auth0</small></li></ul><li><span class='object_link'><a href="Auth0Client.html" title="Auth0Client (class)">Auth0Client</a></span> < Client<small class='search_info'>Top Level Namespace</small></li>
|
54
54
|
|
55
55
|
</ul>
|
56
56
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -94,7 +94,7 @@ href="https://github.com/auth0/omniauth-auth0">omniauth-auth0</a>.</p>
|
|
94
94
|
</div></div>
|
95
95
|
|
96
96
|
<div id="footer">
|
97
|
-
Generated on
|
97
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
98
98
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
99
99
|
0.8.7.6 (ruby-2.0.0).
|
100
100
|
</div>
|
data/doc/index.html
CHANGED
@@ -94,7 +94,7 @@ href="https://github.com/auth0/omniauth-auth0">omniauth-auth0</a>.</p>
|
|
94
94
|
</div></div>
|
95
95
|
|
96
96
|
<div id="footer">
|
97
|
-
Generated on
|
97
|
+
Generated on Mon Feb 23 01:12:53 2015 by
|
98
98
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
99
99
|
0.8.7.6 (ruby-2.0.0).
|
100
100
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -52,17 +52,41 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
<li class="r1 ">
|
55
|
+
<span class='object_link'><a href="Auth0/Api/V2/Stats.html#active_users-instance_method" title="Auth0::Api::V2::Stats#active_users (method)">#active_users</a></span>
|
56
|
+
<small>Auth0::Api::V2::Stats</small>
|
57
|
+
</li>
|
58
|
+
|
59
|
+
|
60
|
+
<li class="r2 ">
|
61
|
+
<span class='object_link'><a href="Auth0/Api/V2/Blacklists.html#add_token_to_blacklist-instance_method" title="Auth0::Api::V2::Blacklists#add_token_to_blacklist (method)">#add_token_to_blacklist</a></span>
|
62
|
+
<small>Auth0::Api::V2::Blacklists</small>
|
63
|
+
</li>
|
64
|
+
|
65
|
+
|
66
|
+
<li class="r1 ">
|
67
|
+
<span class='object_link'><a href="Auth0/Api/V2/Blacklists.html#blacklisted_tokens-instance_method" title="Auth0::Api::V2::Blacklists#blacklisted_tokens (method)">#blacklisted_tokens</a></span>
|
68
|
+
<small>Auth0::Api::V2::Blacklists</small>
|
69
|
+
</li>
|
70
|
+
|
71
|
+
|
72
|
+
<li class="r2 ">
|
55
73
|
<span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#change_password-instance_method" title="Auth0::Api::AuthenticationEndpoints#change_password (method)">#change_password</a></span>
|
56
74
|
<small>Auth0::Api::AuthenticationEndpoints</small>
|
57
75
|
</li>
|
58
76
|
|
59
77
|
|
60
|
-
<li class="
|
78
|
+
<li class="r1 ">
|
61
79
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#change_password_ticket-instance_method" title="Auth0::Api::V1::Users#change_password_ticket (method)">#change_password_ticket</a></span>
|
62
80
|
<small>Auth0::Api::V1::Users</small>
|
63
81
|
</li>
|
64
82
|
|
65
83
|
|
84
|
+
<li class="r2 ">
|
85
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html#client-instance_method" title="Auth0::Api::V2::Clients#client (method)">#client</a></span>
|
86
|
+
<small>Auth0::Api::V2::Clients</small>
|
87
|
+
</li>
|
88
|
+
|
89
|
+
|
66
90
|
<li class="r1 ">
|
67
91
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#client_users-instance_method" title="Auth0::Api::V1::Users#client_users (method)">#client_users</a></span>
|
68
92
|
<small>Auth0::Api::V1::Users</small>
|
@@ -70,29 +94,41 @@
|
|
70
94
|
|
71
95
|
|
72
96
|
<li class="r2 ">
|
97
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html#clients-instance_method" title="Auth0::Api::V2::Clients#clients (method)">#clients</a></span>
|
98
|
+
<small>Auth0::Api::V2::Clients</small>
|
99
|
+
</li>
|
100
|
+
|
101
|
+
|
102
|
+
<li class="r1 ">
|
73
103
|
<span class='object_link'><a href="Auth0/Api/V1/Clients.html#clients-instance_method" title="Auth0::Api::V1::Clients#clients (method)">#clients</a></span>
|
74
104
|
<small>Auth0::Api::V1::Clients</small>
|
75
105
|
</li>
|
76
106
|
|
77
107
|
|
78
|
-
<li class="
|
108
|
+
<li class="r2 ">
|
79
109
|
<span class='object_link'><a href="Auth0/Api/V1/Connections.html#connection-instance_method" title="Auth0::Api::V1::Connections#connection (method)">#connection</a></span>
|
80
110
|
<small>Auth0::Api::V1::Connections</small>
|
81
111
|
</li>
|
82
112
|
|
83
113
|
|
84
|
-
<li class="
|
114
|
+
<li class="r1 ">
|
85
115
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#connection_users-instance_method" title="Auth0::Api::V1::Users#connection_users (method)">#connection_users</a></span>
|
86
116
|
<small>Auth0::Api::V1::Users</small>
|
87
117
|
</li>
|
88
118
|
|
89
119
|
|
90
|
-
<li class="
|
120
|
+
<li class="r2 ">
|
91
121
|
<span class='object_link'><a href="Auth0/Api/V1/Connections.html#connections-instance_method" title="Auth0::Api::V1::Connections#connections (method)">#connections</a></span>
|
92
122
|
<small>Auth0::Api::V1::Connections</small>
|
93
123
|
</li>
|
94
124
|
|
95
125
|
|
126
|
+
<li class="r1 ">
|
127
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html#create_client-instance_method" title="Auth0::Api::V2::Clients#create_client (method)">#create_client</a></span>
|
128
|
+
<small>Auth0::Api::V2::Clients</small>
|
129
|
+
</li>
|
130
|
+
|
131
|
+
|
96
132
|
<li class="r2 ">
|
97
133
|
<span class='object_link'><a href="Auth0/Api/V1/Clients.html#create_client-instance_method" title="Auth0::Api::V1::Clients#create_client (method)">#create_client</a></span>
|
98
134
|
<small>Auth0::Api::V1::Clients</small>
|
@@ -106,17 +142,29 @@
|
|
106
142
|
|
107
143
|
|
108
144
|
<li class="r2 ">
|
145
|
+
<span class='object_link'><a href="Auth0/Api/V2/Jobs.html#create_job-instance_method" title="Auth0::Api::V2::Jobs#create_job (method)">#create_job</a></span>
|
146
|
+
<small>Auth0::Api::V2::Jobs</small>
|
147
|
+
</li>
|
148
|
+
|
149
|
+
|
150
|
+
<li class="r1 ">
|
109
151
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#create_public_key-instance_method" title="Auth0::Api::V1::Users#create_public_key (method)">#create_public_key</a></span>
|
110
152
|
<small>Auth0::Api::V1::Users</small>
|
111
153
|
</li>
|
112
154
|
|
113
155
|
|
114
|
-
<li class="
|
156
|
+
<li class="r2 ">
|
115
157
|
<span class='object_link'><a href="Auth0/Api/V1/Rules.html#create_rule-instance_method" title="Auth0::Api::V1::Rules#create_rule (method)">#create_rule</a></span>
|
116
158
|
<small>Auth0::Api::V1::Rules</small>
|
117
159
|
</li>
|
118
160
|
|
119
161
|
|
162
|
+
<li class="r1 ">
|
163
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#create_user-instance_method" title="Auth0::Api::V2::Users#create_user (method)">#create_user</a></span>
|
164
|
+
<small>Auth0::Api::V2::Users</small>
|
165
|
+
</li>
|
166
|
+
|
167
|
+
|
120
168
|
<li class="r2 ">
|
121
169
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#create_user-instance_method" title="Auth0::Api::V1::Users#create_user (method)">#create_user</a></span>
|
122
170
|
<small>Auth0::Api::V1::Users</small>
|
@@ -124,8 +172,8 @@
|
|
124
172
|
|
125
173
|
|
126
174
|
<li class="r1 ">
|
127
|
-
<span class='object_link'><a href="Auth0/
|
128
|
-
<small>Auth0::
|
175
|
+
<span class='object_link'><a href="Auth0/Api/V2/Stats.html#daily_stats-instance_method" title="Auth0::Api::V2::Stats#daily_stats (method)">#daily_stats</a></span>
|
176
|
+
<small>Auth0::Api::V2::Stats</small>
|
129
177
|
</li>
|
130
178
|
|
131
179
|
|
@@ -136,29 +184,53 @@
|
|
136
184
|
|
137
185
|
|
138
186
|
<li class="r1 ">
|
187
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html#delete_client-instance_method" title="Auth0::Api::V2::Clients#delete_client (method)">#delete_client</a></span>
|
188
|
+
<small>Auth0::Api::V2::Clients</small>
|
189
|
+
</li>
|
190
|
+
|
191
|
+
|
192
|
+
<li class="r2 ">
|
139
193
|
<span class='object_link'><a href="Auth0/Api/V1/Connections.html#delete_connection-instance_method" title="Auth0::Api::V1::Connections#delete_connection (method)">#delete_connection</a></span>
|
140
194
|
<small>Auth0::Api::V1::Connections</small>
|
141
195
|
</li>
|
142
196
|
|
143
197
|
|
144
|
-
<li class="
|
198
|
+
<li class="r1 ">
|
145
199
|
<span class='object_link'><a href="Auth0/Api/V1/Rules.html#delete_rule-instance_method" title="Auth0::Api::V1::Rules#delete_rule (method)">#delete_rule</a></span>
|
146
200
|
<small>Auth0::Api::V1::Rules</small>
|
147
201
|
</li>
|
148
202
|
|
149
203
|
|
150
|
-
<li class="
|
204
|
+
<li class="r2 ">
|
151
205
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#delete_user-instance_method" title="Auth0::Api::V1::Users#delete_user (method)">#delete_user</a></span>
|
152
206
|
<small>Auth0::Api::V1::Users</small>
|
153
207
|
</li>
|
154
208
|
|
155
209
|
|
210
|
+
<li class="r1 ">
|
211
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#delete_user-instance_method" title="Auth0::Api::V2::Users#delete_user (method)">#delete_user</a></span>
|
212
|
+
<small>Auth0::Api::V2::Users</small>
|
213
|
+
</li>
|
214
|
+
|
215
|
+
|
156
216
|
<li class="r2 ">
|
217
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#delete_user_provider-instance_method" title="Auth0::Api::V2::Users#delete_user_provider (method)">#delete_user_provider</a></span>
|
218
|
+
<small>Auth0::Api::V2::Users</small>
|
219
|
+
</li>
|
220
|
+
|
221
|
+
|
222
|
+
<li class="r1 ">
|
157
223
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#delete_users-instance_method" title="Auth0::Api::V1::Users#delete_users (method)">#delete_users</a></span>
|
158
224
|
<small>Auth0::Api::V1::Users</small>
|
159
225
|
</li>
|
160
226
|
|
161
227
|
|
228
|
+
<li class="r2 ">
|
229
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#delete_users-instance_method" title="Auth0::Api::V2::Users#delete_users (method)">#delete_users</a></span>
|
230
|
+
<small>Auth0::Api::V2::Users</small>
|
231
|
+
</li>
|
232
|
+
|
233
|
+
|
162
234
|
<li class="r1 ">
|
163
235
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#enterpriseconnections_users-instance_method" title="Auth0::Api::V1::Users#enterpriseconnections_users (method)">#enterpriseconnections_users</a></span>
|
164
236
|
<small>Auth0::Api::V1::Users</small>
|
@@ -166,137 +238,161 @@
|
|
166
238
|
|
167
239
|
|
168
240
|
<li class="r2 ">
|
241
|
+
<span class='object_link'><a href="Auth0/Api/V2/Jobs.html#get_job-instance_method" title="Auth0::Api::V2::Jobs#get_job (method)">#get_job</a></span>
|
242
|
+
<small>Auth0::Api::V2::Jobs</small>
|
243
|
+
</li>
|
244
|
+
|
245
|
+
|
246
|
+
<li class="r1 ">
|
169
247
|
<span class='object_link'><a href="Auth0/Mixins/Initializer.html#included-class_method" title="Auth0::Mixins::Initializer.included (method)">included</a></span>
|
170
248
|
<small>Auth0::Mixins::Initializer</small>
|
171
249
|
</li>
|
172
250
|
|
173
251
|
|
174
|
-
<li class="
|
252
|
+
<li class="r2 ">
|
175
253
|
<span class='object_link'><a href="Auth0/Mixins/Initializer.html#initialize-instance_method" title="Auth0::Mixins::Initializer#initialize (method)">#initialize</a></span>
|
176
254
|
<small>Auth0::Mixins::Initializer</small>
|
177
255
|
</li>
|
178
256
|
|
179
257
|
|
180
|
-
<li class="
|
258
|
+
<li class="r1 ">
|
181
259
|
<span class='object_link'><a href="Auth0/Api/V1/Logs.html#log-instance_method" title="Auth0::Api::V1::Logs#log (method)">#log</a></span>
|
182
260
|
<small>Auth0::Api::V1::Logs</small>
|
183
261
|
</li>
|
184
262
|
|
185
263
|
|
186
|
-
<li class="
|
264
|
+
<li class="r2 ">
|
187
265
|
<span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#login-instance_method" title="Auth0::Api::AuthenticationEndpoints#login (method)">#login</a></span>
|
188
266
|
<small>Auth0::Api::AuthenticationEndpoints</small>
|
189
267
|
</li>
|
190
268
|
|
191
269
|
|
192
|
-
<li class="
|
270
|
+
<li class="r1 ">
|
193
271
|
<span class='object_link'><a href="Auth0/Api/V1/Logs.html#logs-instance_method" title="Auth0::Api::V1::Logs#logs (method)">#logs</a></span>
|
194
272
|
<small>Auth0::Api::V1::Logs</small>
|
195
273
|
</li>
|
196
274
|
|
197
275
|
|
198
|
-
<li class="
|
276
|
+
<li class="r2 ">
|
199
277
|
<span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#obtain_access_token-instance_method" title="Auth0::Api::AuthenticationEndpoints#obtain_access_token (method)">#obtain_access_token</a></span>
|
200
278
|
<small>Auth0::Api::AuthenticationEndpoints</small>
|
201
279
|
</li>
|
202
280
|
|
203
281
|
|
204
|
-
<li class="
|
282
|
+
<li class="r1 ">
|
205
283
|
<span class='object_link'><a href="Auth0/Api/V1/Clients.html#patch_client-instance_method" title="Auth0::Api::V1::Clients#patch_client (method)">#patch_client</a></span>
|
206
284
|
<small>Auth0::Api::V1::Clients</small>
|
207
285
|
</li>
|
208
286
|
|
209
287
|
|
288
|
+
<li class="r2 ">
|
289
|
+
<span class='object_link'><a href="Auth0/Api/V2/Clients.html#patch_client-instance_method" title="Auth0::Api::V2::Clients#patch_client (method)">#patch_client</a></span>
|
290
|
+
<small>Auth0::Api::V2::Clients</small>
|
291
|
+
</li>
|
292
|
+
|
293
|
+
|
210
294
|
<li class="r1 ">
|
295
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#patch_user-instance_method" title="Auth0::Api::V2::Users#patch_user (method)">#patch_user</a></span>
|
296
|
+
<small>Auth0::Api::V2::Users</small>
|
297
|
+
</li>
|
298
|
+
|
299
|
+
|
300
|
+
<li class="r2 ">
|
211
301
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#patch_user_metadata-instance_method" title="Auth0::Api::V1::Users#patch_user_metadata (method)">#patch_user_metadata</a></span>
|
212
302
|
<small>Auth0::Api::V1::Users</small>
|
213
303
|
</li>
|
214
304
|
|
215
305
|
|
216
|
-
<li class="
|
306
|
+
<li class="r1 ">
|
217
307
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#revoke_user_device_public_key-instance_method" title="Auth0::Api::V1::Users#revoke_user_device_public_key (method)">#revoke_user_device_public_key</a></span>
|
218
308
|
<small>Auth0::Api::V1::Users</small>
|
219
309
|
</li>
|
220
310
|
|
221
311
|
|
222
|
-
<li class="
|
312
|
+
<li class="r2 ">
|
223
313
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#revoke_user_refresh_token-instance_method" title="Auth0::Api::V1::Users#revoke_user_refresh_token (method)">#revoke_user_refresh_token</a></span>
|
224
314
|
<small>Auth0::Api::V1::Users</small>
|
225
315
|
</li>
|
226
316
|
|
227
317
|
|
228
|
-
<li class="
|
318
|
+
<li class="r1 ">
|
229
319
|
<span class='object_link'><a href="Auth0/Api/V1/Rules.html#rules-instance_method" title="Auth0::Api::V1::Rules#rules (method)">#rules</a></span>
|
230
320
|
<small>Auth0::Api::V1::Rules</small>
|
231
321
|
</li>
|
232
322
|
|
233
323
|
|
234
|
-
<li class="
|
324
|
+
<li class="r2 ">
|
235
325
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#send_verification_email-instance_method" title="Auth0::Api::V1::Users#send_verification_email (method)">#send_verification_email</a></span>
|
236
326
|
<small>Auth0::Api::V1::Users</small>
|
237
327
|
</li>
|
238
328
|
|
239
329
|
|
240
|
-
<li class="
|
330
|
+
<li class="r1 ">
|
241
331
|
<span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#signup-instance_method" title="Auth0::Api::AuthenticationEndpoints#signup (method)">#signup</a></span>
|
242
332
|
<small>Auth0::Api::AuthenticationEndpoints</small>
|
243
333
|
</li>
|
244
334
|
|
245
335
|
|
246
|
-
<li class="
|
336
|
+
<li class="r2 ">
|
247
337
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#socialconnections_users-instance_method" title="Auth0::Api::V1::Users#socialconnections_users (method)">#socialconnections_users</a></span>
|
248
338
|
<small>Auth0::Api::V1::Users</small>
|
249
339
|
</li>
|
250
340
|
|
251
341
|
|
252
|
-
<li class="
|
342
|
+
<li class="r1 ">
|
253
343
|
<span class='object_link'><a href="Auth0/Api/AuthenticationEndpoints.html#token_info-instance_method" title="Auth0::Api::AuthenticationEndpoints#token_info (method)">#token_info</a></span>
|
254
344
|
<small>Auth0::Api::AuthenticationEndpoints</small>
|
255
345
|
</li>
|
256
346
|
|
257
347
|
|
258
|
-
<li class="
|
348
|
+
<li class="r2 deprecated">
|
259
349
|
<span class='object_link'><a href="Auth0/Api/V1/Clients.html#update_client-instance_method" title="Auth0::Api::V1::Clients#update_client (method)">#update_client</a></span>
|
260
350
|
<small>Auth0::Api::V1::Clients</small>
|
261
351
|
</li>
|
262
352
|
|
263
353
|
|
264
|
-
<li class="
|
354
|
+
<li class="r1 ">
|
265
355
|
<span class='object_link'><a href="Auth0/Api/V1/Connections.html#update_connection-instance_method" title="Auth0::Api::V1::Connections#update_connection (method)">#update_connection</a></span>
|
266
356
|
<small>Auth0::Api::V1::Connections</small>
|
267
357
|
</li>
|
268
358
|
|
269
359
|
|
270
|
-
<li class="
|
360
|
+
<li class="r2 ">
|
271
361
|
<span class='object_link'><a href="Auth0/Api/V1/Rules.html#update_rule-instance_method" title="Auth0::Api::V1::Rules#update_rule (method)">#update_rule</a></span>
|
272
362
|
<small>Auth0::Api::V1::Rules</small>
|
273
363
|
</li>
|
274
364
|
|
275
365
|
|
276
|
-
<li class="
|
366
|
+
<li class="r1 ">
|
277
367
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_email-instance_method" title="Auth0::Api::V1::Users#update_user_email (method)">#update_user_email</a></span>
|
278
368
|
<small>Auth0::Api::V1::Users</small>
|
279
369
|
</li>
|
280
370
|
|
281
371
|
|
282
|
-
<li class="
|
372
|
+
<li class="r2 ">
|
283
373
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_metadata-instance_method" title="Auth0::Api::V1::Users#update_user_metadata (method)">#update_user_metadata</a></span>
|
284
374
|
<small>Auth0::Api::V1::Users</small>
|
285
375
|
</li>
|
286
376
|
|
287
377
|
|
288
|
-
<li class="
|
378
|
+
<li class="r1 ">
|
289
379
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_password-instance_method" title="Auth0::Api::V1::Users#update_user_password (method)">#update_user_password</a></span>
|
290
380
|
<small>Auth0::Api::V1::Users</small>
|
291
381
|
</li>
|
292
382
|
|
293
383
|
|
294
|
-
<li class="
|
384
|
+
<li class="r2 ">
|
295
385
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#update_user_password_using_email-instance_method" title="Auth0::Api::V1::Users#update_user_password_using_email (method)">#update_user_password_using_email</a></span>
|
296
386
|
<small>Auth0::Api::V1::Users</small>
|
297
387
|
</li>
|
298
388
|
|
299
389
|
|
390
|
+
<li class="r1 ">
|
391
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#user-instance_method" title="Auth0::Api::V2::Users#user (method)">#user</a></span>
|
392
|
+
<small>Auth0::Api::V2::Users</small>
|
393
|
+
</li>
|
394
|
+
|
395
|
+
|
300
396
|
<li class="r2 ">
|
301
397
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#user-instance_method" title="Auth0::Api::V1::Users#user (method)">#user</a></span>
|
302
398
|
<small>Auth0::Api::V1::Users</small>
|
@@ -316,12 +412,18 @@
|
|
316
412
|
|
317
413
|
|
318
414
|
<li class="r1 ">
|
415
|
+
<span class='object_link'><a href="Auth0/Api/V2/Users.html#users-instance_method" title="Auth0::Api::V2::Users#users (method)">#users</a></span>
|
416
|
+
<small>Auth0::Api::V2::Users</small>
|
417
|
+
</li>
|
418
|
+
|
419
|
+
|
420
|
+
<li class="r2 ">
|
319
421
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#users-instance_method" title="Auth0::Api::V1::Users#users (method)">#users</a></span>
|
320
422
|
<small>Auth0::Api::V1::Users</small>
|
321
423
|
</li>
|
322
424
|
|
323
425
|
|
324
|
-
<li class="
|
426
|
+
<li class="r1 ">
|
325
427
|
<span class='object_link'><a href="Auth0/Api/V1/Users.html#verification_ticket-instance_method" title="Auth0::Api::V1::Users#verification_ticket (method)">#verification_ticket</a></span>
|
326
428
|
<small>Auth0::Api::V1::Users</small>
|
327
429
|
</li>
|