You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/auth0/client/mgmt/AsyncDeviceCredentialsClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public CompletableFuture<SyncPagingIterable<DeviceCredential>> list(
61
61
62
62
/**
63
63
* Create a device credential public key to manage refresh token rotation for a given <code>user_id</code>. Device Credentials APIs are designed for ad-hoc administrative use only and paging is by default enabled for GET requests.
64
-
* <p>When refresh token rotation is enabled, the endpoint becomes consistent. For more information, read <a href="https://auth0.com/docs/get-started/tenant-settings/signing-keys">Signing Keys</a>.</p>
64
+
* <p>When refresh token rotation is enabled, the endpoint becomes consistent. For more information, read <a href="https://auth0.com/docs/get-started/tenant-settings/signing-keys">Signing Keys</a>.</p>
@@ -70,7 +70,7 @@ public CompletableFuture<CreatePublicKeyDeviceCredentialResponseContent> createP
70
70
71
71
/**
72
72
* Create a device credential public key to manage refresh token rotation for a given <code>user_id</code>. Device Credentials APIs are designed for ad-hoc administrative use only and paging is by default enabled for GET requests.
73
-
* <p>When refresh token rotation is enabled, the endpoint becomes consistent. For more information, read <a href="https://auth0.com/docs/get-started/tenant-settings/signing-keys">Signing Keys</a>.</p>
73
+
* <p>When refresh token rotation is enabled, the endpoint becomes consistent. For more information, read <a href="https://auth0.com/docs/get-started/tenant-settings/signing-keys">Signing Keys</a>.</p>
@@ -62,18 +66,18 @@ public AsyncRawOrganizationsClient withRawResponse() {
62
66
/**
63
67
* Retrieve detailed list of all Organizations available in your tenant. For more information, see Auth0 Organizations.
64
68
* <p>This endpoint supports two types of pagination:</p>
65
-
* <p><ul>
69
+
* <ul>
66
70
* <li>Offset pagination</li>
67
71
* <li>Checkpoint pagination</li>
68
-
* </ul></p>
72
+
* </ul>
69
73
* <p>Checkpoint pagination must be used if you need to retrieve more than 1000 organizations.</p>
70
-
* <p><h2>Checkpoint Pagination</h2></p>
74
+
* <p><strong>Checkpoint Pagination</strong></p>
71
75
* <p>To search by checkpoint, use the following parameters:</p>
72
-
* <p><ul>
76
+
* <ul>
73
77
* <li><code>from</code>: Optional id from which to start selection.</li>
74
78
* <li><code>take</code>: The total number of entries to retrieve when using the <code>from</code> parameter. Defaults to 50.</li>
75
-
* </ul></p>
76
-
* <p><b>Note</b>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
79
+
* </ul>
80
+
* <p><strong>Note</strong>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
@@ -82,18 +86,18 @@ public CompletableFuture<SyncPagingIterable<Organization>> list() {
82
86
/**
83
87
* Retrieve detailed list of all Organizations available in your tenant. For more information, see Auth0 Organizations.
84
88
* <p>This endpoint supports two types of pagination:</p>
85
-
* <p><ul>
89
+
* <ul>
86
90
* <li>Offset pagination</li>
87
91
* <li>Checkpoint pagination</li>
88
-
* </ul></p>
92
+
* </ul>
89
93
* <p>Checkpoint pagination must be used if you need to retrieve more than 1000 organizations.</p>
90
-
* <p><h2>Checkpoint Pagination</h2></p>
94
+
* <p><strong>Checkpoint Pagination</strong></p>
91
95
* <p>To search by checkpoint, use the following parameters:</p>
92
-
* <p><ul>
96
+
* <ul>
93
97
* <li><code>from</code>: Optional id from which to start selection.</li>
94
98
* <li><code>take</code>: The total number of entries to retrieve when using the <code>from</code> parameter. Defaults to 50.</li>
95
-
* </ul></p>
96
-
* <p><b>Note</b>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
99
+
* </ul>
100
+
* <p><strong>Note</strong>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
@@ -102,18 +106,18 @@ public CompletableFuture<SyncPagingIterable<Organization>> list(RequestOptions r
102
106
/**
103
107
* Retrieve detailed list of all Organizations available in your tenant. For more information, see Auth0 Organizations.
104
108
* <p>This endpoint supports two types of pagination:</p>
105
-
* <p><ul>
109
+
* <ul>
106
110
* <li>Offset pagination</li>
107
111
* <li>Checkpoint pagination</li>
108
-
* </ul></p>
112
+
* </ul>
109
113
* <p>Checkpoint pagination must be used if you need to retrieve more than 1000 organizations.</p>
110
-
* <p><h2>Checkpoint Pagination</h2></p>
114
+
* <p><strong>Checkpoint Pagination</strong></p>
111
115
* <p>To search by checkpoint, use the following parameters:</p>
112
-
* <p><ul>
116
+
* <ul>
113
117
* <li><code>from</code>: Optional id from which to start selection.</li>
114
118
* <li><code>take</code>: The total number of entries to retrieve when using the <code>from</code> parameter. Defaults to 50.</li>
115
-
* </ul></p>
116
-
* <p><b>Note</b>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
119
+
* </ul>
120
+
* <p><strong>Note</strong>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
@@ -122,18 +126,18 @@ public CompletableFuture<SyncPagingIterable<Organization>> list(ListOrganization
122
126
/**
123
127
* Retrieve detailed list of all Organizations available in your tenant. For more information, see Auth0 Organizations.
124
128
* <p>This endpoint supports two types of pagination:</p>
125
-
* <p><ul>
129
+
* <ul>
126
130
* <li>Offset pagination</li>
127
131
* <li>Checkpoint pagination</li>
128
-
* </ul></p>
132
+
* </ul>
129
133
* <p>Checkpoint pagination must be used if you need to retrieve more than 1000 organizations.</p>
130
-
* <p><h2>Checkpoint Pagination</h2></p>
134
+
* <p><strong>Checkpoint Pagination</strong></p>
131
135
* <p>To search by checkpoint, use the following parameters:</p>
132
-
* <p><ul>
136
+
* <ul>
133
137
* <li><code>from</code>: Optional id from which to start selection.</li>
134
138
* <li><code>take</code>: The total number of entries to retrieve when using the <code>from</code> parameter. Defaults to 50.</li>
135
-
* </ul></p>
136
-
* <p><b>Note</b>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
139
+
* </ul>
140
+
* <p><strong>Note</strong>: The first time you call this endpoint using checkpoint pagination, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no pages are remaining.</p>
@@ -186,15 +190,15 @@ public CompletableFuture<GetOrganizationResponseContent> get(String id, RequestO
186
190
187
191
/**
188
192
* Remove an Organization from your tenant. This action cannot be undone.
189
-
* <p><b>Note</b>: Members are automatically disassociated from an Organization when it is deleted. However, this action does <b>not</b> delete these users from your tenant.</p>
193
+
* <p><strong>Note</strong>: Members are automatically disassociated from an Organization when it is deleted. However, this action does <strong>not</strong> delete these users from your tenant.</p>
* Remove an Organization from your tenant. This action cannot be undone.
197
-
* <p><b>Note</b>: Members are automatically disassociated from an Organization when it is deleted. However, this action does <b>not</b> delete these users from your tenant.</p>
201
+
* <p><strong>Note</strong>: Members are automatically disassociated from an Organization when it is deleted. However, this action does <strong>not</strong> delete these users from your tenant.</p>
0 commit comments