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: reference.md
+114-7Lines changed: 114 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -873,7 +873,6 @@ Create a client grant for a machine-to-machine login flow. To learn more, read <
873
873
client.clientGrants().create(
874
874
CreateClientGrantRequestContent
875
875
.builder()
876
-
.clientId("client_id")
877
876
.audience("audience")
878
877
.build()
879
878
);
@@ -891,7 +890,7 @@ client.clientGrants().create(
891
890
<dl>
892
891
<dd>
893
892
894
-
**clientId:** `String` — ID of the client.
893
+
**clientId:** `Optional<String>` — ID of the client.
895
894
896
895
</dd>
897
896
</dl>
@@ -1337,7 +1336,7 @@ client.clients().list(
1337
1336
<dl>
1338
1337
<dd>
1339
1338
1340
-
**q:** `Optional<String>` — Advanced Query in <a href="http://www.lucenetutorial.com/lucene-query-syntax.html">Lucene</a> syntax.<br /><b>Permitted Queries</b>:<br /><ul><li><i>client_grant.organization_id:{organization_id}</i></li><li><i>client_grant.allow_any_organization:true</i></li></ul><b>Additional Restrictions</b>:<br /><ul><li>Cannot be used in combination with other filters</li><li>Requires use of the <i>from</i> and <i>take</i> paging parameters (checkpoint paginatinon)</li><li>Reduced rate limits apply. See <a href="https://auth0.com/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/enterprise-public">Rate Limit Configurations</a></li></ul><i><b>Note</b>: Recent updates may not be immediately reflected in query results</i>
1339
+
**q:** `Optional<String>` — Advanced Query in <a href="https://lucene.apache.org/core/2_9_4/queryparsersyntax.html">Lucene</a> syntax.<br /><b>Permitted Queries</b>:<br /><ul><li><i>client_grant.organization_id:{organization_id}</i></li><li><i>client_grant.allow_any_organization:true</i></li></ul><b>Additional Restrictions</b>:<br /><ul><li>Cannot be used in combination with other filters</li><li>Requires use of the <i>from</i> and <i>take</i> paging parameters (checkpoint paginatinon)</li><li>Reduced rate limits apply. See <a href="https://auth0.com/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/enterprise-public">Rate Limit Configurations</a></li></ul><i><b>Note</b>: Recent updates may not be immediately reflected in query results</i>
**domain:** `String` — The domain to set as the default custom domain. Must be a verified custom domain or the canonical domain.
3894
+
3895
+
</dd>
3896
+
</dl>
3897
+
</dd>
3898
+
</dl>
3899
+
3900
+
3804
3901
</dd>
3805
3902
</dl>
3806
3903
</details>
@@ -12694,7 +12791,7 @@ client.users().list(
12694
12791
<dl>
12695
12792
<dd>
12696
12793
12697
-
**q:** `Optional<String>` — Query in <a target='_new' href ='http://www.lucenetutorial.com/lucene-query-syntax.html'>Lucene query string syntax</a>. Some query types cannot be used on metadata fields, for details see <a href='https://auth0.com/docs/users/search/v3/query-syntax#searchable-fields'>Searchable Fields</a>.
12794
+
**q:** `Optional<String>` — Query in <a target='_new' href ='https://lucene.apache.org/core/2_9_4/queryparsersyntax.html'>Lucene query string syntax</a>. Some query types cannot be used on metadata fields, for details see <a href='https://auth0.com/docs/users/search/v3/query-syntax#searchable-fields'>Searchable Fields</a>.
**expiresAt:** `Optional<OffsetDateTime>` — The ISO 8601 formatted date representing the expiration of the credential. If not specified (not recommended), the credential never expires. Applies to `public_key` credential type.
17231
17328
17329
+
</dd>
17330
+
</dl>
17331
+
17332
+
<dl>
17333
+
<dd>
17334
+
17335
+
**kid:** `Optional<String>` — Optional kid (Key ID), used to uniquely identify the credential. If not specified, a kid value will be auto-generated. The kid header parameter in JWTs sent by your client should match this value. Valid format is [0-9a-zA-Z-_]{10,64}
0 commit comments