mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-10 12:27:45 +00:00
initial commit with code
This commit is contained in:
7
docs/models/components/Actor.md
Normal file
7
docs/models/components/Actor.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Actor
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
16
docs/models/components/ActorToken.md
Normal file
16
docs/models/components/ActorToken.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ActorToken
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.ActorTokenObject](../../models/components/ActorTokenObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `status` | [com.clerk.backend_api.models.components.ActorTokenStatus](../../models/components/ActorTokenStatus.md) | :heavy_check_mark: | N/A |
|
||||
| `userId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `actor` | [com.clerk.backend_api.models.components.ActorTokenActor](../../models/components/ActorTokenActor.md) | :heavy_check_mark: | N/A |
|
||||
| `token` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `url` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
7
docs/models/components/ActorTokenActor.md
Normal file
7
docs/models/components/ActorTokenActor.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ActorTokenActor
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
8
docs/models/components/ActorTokenObject.md
Normal file
8
docs/models/components/ActorTokenObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# ActorTokenObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------- | ------------- |
|
||||
| `ACTOR_TOKEN` | actor_token |
|
||||
10
docs/models/components/ActorTokenStatus.md
Normal file
10
docs/models/components/ActorTokenStatus.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ActorTokenStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `PENDING` | pending |
|
||||
| `ACCEPTED` | accepted |
|
||||
| `REVOKED` | revoked |
|
||||
11
docs/models/components/Admin.md
Normal file
11
docs/models/components/Admin.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Admin
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `status` | [com.clerk.backend_api.models.components.AdminVerificationStatus](../../models/components/AdminVerificationStatus.md) | :heavy_check_mark: | N/A |
|
||||
| `strategy` | [com.clerk.backend_api.models.components.VerificationStrategy](../../models/components/VerificationStrategy.md) | :heavy_check_mark: | N/A |
|
||||
| `attempts` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `expireAt` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
@@ -0,0 +1,8 @@
|
||||
# AdminVerificationPhoneNumberStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `VERIFIED` | verified |
|
||||
8
docs/models/components/AdminVerificationStatus.md
Normal file
8
docs/models/components/AdminVerificationStatus.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# AdminVerificationStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `VERIFIED` | verified |
|
||||
8
docs/models/components/AdminVerificationStrategy.md
Normal file
8
docs/models/components/AdminVerificationStrategy.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# AdminVerificationStrategy
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `ADMIN` | admin |
|
||||
@@ -0,0 +1,8 @@
|
||||
# AdminVerificationWeb3WalletStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `VERIFIED` | verified |
|
||||
@@ -0,0 +1,8 @@
|
||||
# AdminVerificationWeb3WalletStrategy
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `ADMIN` | admin |
|
||||
15
docs/models/components/AllowlistIdentifier.md
Normal file
15
docs/models/components/AllowlistIdentifier.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# AllowlistIdentifier
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.AllowlistIdentifierObject>](../../models/components/AllowlistIdentifierObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `invitationId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `identifier` | *Optional<? extends String>* | :heavy_minus_sign: | An email address or a phone number.<br/> |
|
||||
| `identifierType` | [Optional<? extends com.clerk.backend_api.models.components.IdentifierType>](../../models/components/IdentifierType.md) | :heavy_minus_sign: | N/A |
|
||||
| `instanceId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of creation<br/> |
|
||||
| `updatedAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of last update.<br/> |
|
||||
11
docs/models/components/AllowlistIdentifierObject.md
Normal file
11
docs/models/components/AllowlistIdentifierObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AllowlistIdentifierObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------------------- | ---------------------- |
|
||||
| `ALLOWLIST_IDENTIFIER` | allowlist_identifier |
|
||||
11
docs/models/components/AttributeMapping.md
Normal file
11
docs/models/components/AttributeMapping.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AttributeMapping
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
|
||||
| `userId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `emailAddress` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `firstName` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `lastName` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
14
docs/models/components/BlocklistIdentifier.md
Normal file
14
docs/models/components/BlocklistIdentifier.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# BlocklistIdentifier
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.BlocklistIdentifierObject>](../../models/components/BlocklistIdentifierObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `identifier` | *Optional<? extends String>* | :heavy_minus_sign: | An email address, email domain, phone number or web3 wallet.<br/> |
|
||||
| `identifierType` | [Optional<? extends com.clerk.backend_api.models.components.BlocklistIdentifierIdentifierType>](../../models/components/BlocklistIdentifierIdentifierType.md) | :heavy_minus_sign: | N/A |
|
||||
| `instanceId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of creation<br/> |
|
||||
| `updatedAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of last update.<br/> |
|
||||
10
docs/models/components/BlocklistIdentifierIdentifierType.md
Normal file
10
docs/models/components/BlocklistIdentifierIdentifierType.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# BlocklistIdentifierIdentifierType
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------------- | --------------- |
|
||||
| `EMAIL_ADDRESS` | email_address |
|
||||
| `PHONE_NUMBER` | phone_number |
|
||||
| `WEB3_WALLET` | web3_wallet |
|
||||
11
docs/models/components/BlocklistIdentifierObject.md
Normal file
11
docs/models/components/BlocklistIdentifierObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# BlocklistIdentifierObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------------------- | ---------------------- |
|
||||
| `BLOCKLIST_IDENTIFIER` | blocklist_identifier |
|
||||
9
docs/models/components/BlocklistIdentifiers.md
Normal file
9
docs/models/components/BlocklistIdentifiers.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# BlocklistIdentifiers
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.BlocklistIdentifier](../../models/components/BlocklistIdentifier.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of blocklist identifiers<br/> |
|
||||
10
docs/models/components/CNameTarget.md
Normal file
10
docs/models/components/CNameTarget.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CNameTarget
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
|
||||
| `host` | *String* | :heavy_check_mark: | N/A |
|
||||
| `value` | *String* | :heavy_check_mark: | N/A |
|
||||
| `required` | *boolean* | :heavy_check_mark: | Denotes whether this CNAME target is required to be set in order for the domain to be considered deployed.<br/> |
|
||||
7
docs/models/components/Claims.md
Normal file
7
docs/models/components/Claims.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Claims
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
12
docs/models/components/ClerkError.md
Normal file
12
docs/models/components/ClerkError.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# ClerkError
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
||||
| `message` | *String* | :heavy_check_mark: | N/A |
|
||||
| `longMessage` | *String* | :heavy_check_mark: | N/A |
|
||||
| `code` | *String* | :heavy_check_mark: | N/A |
|
||||
| `meta` | [Optional<? extends com.clerk.backend_api.models.components.Meta>](../../models/components/Meta.md) | :heavy_minus_sign: | N/A |
|
||||
| `clerkTraceId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
7
docs/models/components/ClerkErrorErrorMeta.md
Normal file
7
docs/models/components/ClerkErrorErrorMeta.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ClerkErrorErrorMeta
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
16
docs/models/components/Client.md
Normal file
16
docs/models/components/Client.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Client
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.Object](../../models/components/Object.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `id` | *String* | :heavy_check_mark: | String representing the identifier of the session.<br/> |
|
||||
| `sessionIds` | List<*String*> | :heavy_check_mark: | N/A |
|
||||
| `sessions` | List<[com.clerk.backend_api.models.components.Session](../../models/components/Session.md)> | :heavy_check_mark: | N/A |
|
||||
| `signInId` | *Optional<? extends String>* | :heavy_check_mark: | N/A |
|
||||
| `signUpId` | *Optional<? extends String>* | :heavy_check_mark: | N/A |
|
||||
| `lastActiveSessionId` | *Optional<? extends String>* | :heavy_check_mark: | Last active session_id.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
11
docs/models/components/DeletedObject.md
Normal file
11
docs/models/components/DeletedObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DeletedObject
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
|
||||
| `object` | *String* | :heavy_check_mark: | N/A |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `slug` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `deleted` | *boolean* | :heavy_check_mark: | N/A |
|
||||
16
docs/models/components/Domain.md
Normal file
16
docs/models/components/Domain.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Domain
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.DomainObject](../../models/components/DomainObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `isSatellite` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `frontendApiUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `accountsPortalUrl` | *JsonNullable<? extends String>* | :heavy_minus_sign: | Null for satellite domains.<br/> |
|
||||
| `proxyUrl` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `developmentOrigin` | *String* | :heavy_check_mark: | N/A |
|
||||
| `cnameTargets` | List<[com.clerk.backend_api.models.components.CNameTarget](../../models/components/CNameTarget.md)> | :heavy_minus_sign: | N/A |
|
||||
8
docs/models/components/DomainObject.md
Normal file
8
docs/models/components/DomainObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# DomainObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------- | -------- |
|
||||
| `DOMAIN` | domain |
|
||||
9
docs/models/components/Domains.md
Normal file
9
docs/models/components/Domains.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Domains
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.Domain](../../models/components/Domain.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of domains<br/> |
|
||||
10
docs/models/components/DomainsEnrollmentModes.md
Normal file
10
docs/models/components/DomainsEnrollmentModes.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DomainsEnrollmentModes
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------------------- | ---------------------- |
|
||||
| `MANUAL_INVITATION` | manual_invitation |
|
||||
| `AUTOMATIC_INVITATION` | automatic_invitation |
|
||||
| `AUTOMATIC_SUGGESTION` | automatic_suggestion |
|
||||
15
docs/models/components/EmailAddress.md
Normal file
15
docs/models/components/EmailAddress.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# EmailAddress
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `object` | [com.clerk.backend_api.models.components.EmailAddressObject](../../models/components/EmailAddressObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `emailAddress` | *String* | :heavy_check_mark: | N/A |
|
||||
| `reserved` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `verification` | [Optional<? extends com.clerk.backend_api.models.components.Verification>](../../models/components/Verification.md) | :heavy_check_mark: | N/A |
|
||||
| `linkedTo` | List<[com.clerk.backend_api.models.components.IdentificationLink](../../models/components/IdentificationLink.md)> | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
11
docs/models/components/EmailAddressObject.md
Normal file
11
docs/models/components/EmailAddressObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# EmailAddressObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------------- | --------------- |
|
||||
| `EMAIL_ADDRESS` | email_address |
|
||||
2
docs/models/components/Error.md
Normal file
2
docs/models/components/Error.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Error
|
||||
|
||||
12
docs/models/components/ErrorClerkError.md
Normal file
12
docs/models/components/ErrorClerkError.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# ErrorClerkError
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
| `message` | *String* | :heavy_check_mark: | N/A |
|
||||
| `longMessage` | *String* | :heavy_check_mark: | N/A |
|
||||
| `code` | *String* | :heavy_check_mark: | N/A |
|
||||
| `meta` | [Optional<? extends com.clerk.backend_api.models.components.ErrorMeta>](../../models/components/ErrorMeta.md) | :heavy_minus_sign: | N/A |
|
||||
| `clerkTraceId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
7
docs/models/components/ErrorMeta.md
Normal file
7
docs/models/components/ErrorMeta.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ErrorMeta
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
7
docs/models/components/ExternalAccount.md
Normal file
7
docs/models/components/ExternalAccount.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ExternalAccount
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
7
docs/models/components/ExternalAccounts.md
Normal file
7
docs/models/components/ExternalAccounts.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ExternalAccounts
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/components/IdentificationLink.md
Normal file
9
docs/models/components/IdentificationLink.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# IdentificationLink
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
||||
| `type` | [com.clerk.backend_api.models.components.Type](../../models/components/Type.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
10
docs/models/components/IdentifierType.md
Normal file
10
docs/models/components/IdentifierType.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# IdentifierType
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------------- | --------------- |
|
||||
| `EMAIL_ADDRESS` | email_address |
|
||||
| `PHONE_NUMBER` | phone_number |
|
||||
| `WEB3_WALLET` | web3_wallet |
|
||||
12
docs/models/components/InstanceRestrictions.md
Normal file
12
docs/models/components/InstanceRestrictions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# InstanceRestrictions
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.InstanceRestrictionsObject>](../../models/components/InstanceRestrictionsObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value. |
|
||||
| `allowlist` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `blocklist` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `blockEmailSubaddresses` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `ignoreDotsForGmailAddresses` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/components/InstanceRestrictionsObject.md
Normal file
10
docs/models/components/InstanceRestrictionsObject.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# InstanceRestrictionsObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ----------------------- | ----------------------- |
|
||||
| `INSTANCE_RESTRICTIONS` | instance_restrictions |
|
||||
13
docs/models/components/InstanceSettings.md
Normal file
13
docs/models/components/InstanceSettings.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# InstanceSettings
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.InstanceSettingsObject>](../../models/components/InstanceSettingsObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value. |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `restrictedToAllowlist` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `fromEmailAddress` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `progressiveSignUp` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `enhancedEmailDeliverability` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/components/InstanceSettingsObject.md
Normal file
10
docs/models/components/InstanceSettingsObject.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# InstanceSettingsObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------- | ------------------- |
|
||||
| `INSTANCE_SETTINGS` | instance_settings |
|
||||
16
docs/models/components/Invitation.md
Normal file
16
docs/models/components/Invitation.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Invitation
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.InvitationObject](../../models/components/InvitationObject.md) | :heavy_check_mark: | N/A | |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A | |
|
||||
| `emailAddress` | *String* | :heavy_check_mark: | N/A | |
|
||||
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.components.InvitationPublicMetadata>](../../models/components/InvitationPublicMetadata.md) | :heavy_minus_sign: | N/A | |
|
||||
| `revoked` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A | false |
|
||||
| `status` | [com.clerk.backend_api.models.components.InvitationStatus](../../models/components/InvitationStatus.md) | :heavy_check_mark: | N/A | pending |
|
||||
| `url` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A | |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> | |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> | |
|
||||
8
docs/models/components/InvitationObject.md
Normal file
8
docs/models/components/InvitationObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# InvitationObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------ | ------------ |
|
||||
| `INVITATION` | invitation |
|
||||
7
docs/models/components/InvitationPublicMetadata.md
Normal file
7
docs/models/components/InvitationPublicMetadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# InvitationPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
16
docs/models/components/InvitationRevoked.md
Normal file
16
docs/models/components/InvitationRevoked.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# InvitationRevoked
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.InvitationRevokedObject](../../models/components/InvitationRevokedObject.md) | :heavy_check_mark: | N/A | |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A | |
|
||||
| `emailAddress` | *String* | :heavy_check_mark: | N/A | |
|
||||
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.components.InvitationRevokedPublicMetadata>](../../models/components/InvitationRevokedPublicMetadata.md) | :heavy_minus_sign: | N/A | |
|
||||
| `revoked` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A | true |
|
||||
| `status` | [com.clerk.backend_api.models.components.InvitationRevokedStatus](../../models/components/InvitationRevokedStatus.md) | :heavy_check_mark: | N/A | revoked |
|
||||
| `url` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A | |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> | |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> | |
|
||||
8
docs/models/components/InvitationRevokedObject.md
Normal file
8
docs/models/components/InvitationRevokedObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# InvitationRevokedObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------ | ------------ |
|
||||
| `INVITATION` | invitation |
|
||||
@@ -0,0 +1,7 @@
|
||||
# InvitationRevokedPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
8
docs/models/components/InvitationRevokedStatus.md
Normal file
8
docs/models/components/InvitationRevokedStatus.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# InvitationRevokedStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `REVOKED` | revoked |
|
||||
10
docs/models/components/InvitationStatus.md
Normal file
10
docs/models/components/InvitationStatus.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# InvitationStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `PENDING` | pending |
|
||||
| `ACCEPTED` | accepted |
|
||||
| `REVOKED` | revoked |
|
||||
17
docs/models/components/JWTTemplate.md
Normal file
17
docs/models/components/JWTTemplate.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# JWTTemplate
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.JWTTemplateObject](../../models/components/JWTTemplateObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `claims` | [com.clerk.backend_api.models.components.Claims](../../models/components/Claims.md) | :heavy_check_mark: | N/A |
|
||||
| `lifetime` | *long* | :heavy_check_mark: | N/A |
|
||||
| `allowedClockSkew` | *long* | :heavy_check_mark: | N/A |
|
||||
| `customSigningKey` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `signingAlgorithm` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
8
docs/models/components/JWTTemplateObject.md
Normal file
8
docs/models/components/JWTTemplateObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# JWTTemplateObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `JWT_TEMPLATE` | jwt_template |
|
||||
7
docs/models/components/Meta.md
Normal file
7
docs/models/components/Meta.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Meta
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
8
docs/models/components/Nonce.md
Normal file
8
docs/models/components/Nonce.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Nonce
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `NONCE` | nonce |
|
||||
20
docs/models/components/OAuthApplication.md
Normal file
20
docs/models/components/OAuthApplication.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# OAuthApplication
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OAuthApplicationObject](../../models/components/OAuthApplicationObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `instanceId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `clientId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `public_` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `scopes` | *String* | :heavy_check_mark: | N/A |
|
||||
| `callbackUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `authorizeUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `tokenFetchUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `userInfoUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
8
docs/models/components/OAuthApplicationObject.md
Normal file
8
docs/models/components/OAuthApplicationObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# OAuthApplicationObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------- | ------------------- |
|
||||
| `OAUTH_APPLICATION` | oauth_application |
|
||||
21
docs/models/components/OAuthApplicationWithSecret.md
Normal file
21
docs/models/components/OAuthApplicationWithSecret.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# OAuthApplicationWithSecret
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OAuthApplicationWithSecretObject](../../models/components/OAuthApplicationWithSecretObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `instanceId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `clientId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `public_` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `scopes` | *String* | :heavy_check_mark: | N/A |
|
||||
| `callbackUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `authorizeUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `tokenFetchUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `userInfoUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
| `clientSecret` | *Optional<? extends String>* | :heavy_minus_sign: | Empty if public client.<br/> |
|
||||
@@ -0,0 +1,8 @@
|
||||
# OAuthApplicationWithSecretObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------- | ------------------- |
|
||||
| `OAUTH_APPLICATION` | oauth_application |
|
||||
9
docs/models/components/OAuthApplications.md
Normal file
9
docs/models/components/OAuthApplications.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# OAuthApplications
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.OAuthApplication](../../models/components/OAuthApplication.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of OAuth applications<br/> |
|
||||
11
docs/models/components/OTPVerificationStatus.md
Normal file
11
docs/models/components/OTPVerificationStatus.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# OTPVerificationStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------ | ------------ |
|
||||
| `UNVERIFIED` | unverified |
|
||||
| `VERIFIED` | verified |
|
||||
| `FAILED` | failed |
|
||||
| `EXPIRED` | expired |
|
||||
10
docs/models/components/OTPVerificationStrategy.md
Normal file
10
docs/models/components/OTPVerificationStrategy.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# OTPVerificationStrategy
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------------------------- | --------------------------- |
|
||||
| `PHONE_CODE` | phone_code |
|
||||
| `EMAIL_CODE` | email_code |
|
||||
| `RESET_PASSWORD_EMAIL_CODE` | reset_password_email_code |
|
||||
13
docs/models/components/Oauth.md
Normal file
13
docs/models/components/Oauth.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Oauth
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `status` | [com.clerk.backend_api.models.components.OauthVerificationStatus](../../models/components/OauthVerificationStatus.md) | :heavy_check_mark: | N/A |
|
||||
| `strategy` | [com.clerk.backend_api.models.components.OauthVerificationStrategy](../../models/components/OauthVerificationStrategy.md) | :heavy_check_mark: | N/A |
|
||||
| `externalVerificationRedirectUrl` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `error` | [JsonNullable<? extends com.clerk.backend_api.models.components.Error>](../../models/components/Error.md) | :heavy_minus_sign: | N/A |
|
||||
| `expireAt` | *long* | :heavy_check_mark: | N/A |
|
||||
| `attempts` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
12
docs/models/components/OauthVerificationStatus.md
Normal file
12
docs/models/components/OauthVerificationStatus.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# OauthVerificationStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `UNVERIFIED` | unverified |
|
||||
| `VERIFIED` | verified |
|
||||
| `FAILED` | failed |
|
||||
| `EXPIRED` | expired |
|
||||
| `TRANSFERABLE` | transferable |
|
||||
9
docs/models/components/OauthVerificationStrategy.md
Normal file
9
docs/models/components/OauthVerificationStrategy.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# OauthVerificationStrategy
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `OAUTH_GOOGLE` | oauth_google |
|
||||
| `OAUTH_MOCK` | oauth_mock |
|
||||
11
docs/models/components/Object.md
Normal file
11
docs/models/components/Object.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Object
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------- | -------- |
|
||||
| `CLIENT` | client |
|
||||
19
docs/models/components/Organization.md
Normal file
19
docs/models/components/Organization.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Organization
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OrganizationObject](../../models/components/OrganizationObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `slug` | *String* | :heavy_check_mark: | N/A |
|
||||
| `membersCount` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `maxAllowedMemberships` | *long* | :heavy_check_mark: | N/A |
|
||||
| `adminDeleteEnabled` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `publicMetadata` | [com.clerk.backend_api.models.components.OrganizationPublicMetadata](../../models/components/OrganizationPublicMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `privateMetadata` | [com.clerk.backend_api.models.components.OrganizationPrivateMetadata](../../models/components/OrganizationPrivateMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `createdBy` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
19
docs/models/components/OrganizationInvitation.md
Normal file
19
docs/models/components/OrganizationInvitation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# OrganizationInvitation
|
||||
|
||||
An organization invitation
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationInvitationObject>](../../models/components/OrganizationInvitationObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `emailAddress` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `role` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `organizationId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `status` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationInvitationPublicMetadata>](../../models/components/OrganizationInvitationPublicMetadata.md) | :heavy_minus_sign: | N/A |
|
||||
| `privateMetadata` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationInvitationPrivateMetadata>](../../models/components/OrganizationInvitationPrivateMetadata.md) | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of creation. |
|
||||
| `updatedAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of last update. |
|
||||
11
docs/models/components/OrganizationInvitationObject.md
Normal file
11
docs/models/components/OrganizationInvitationObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# OrganizationInvitationObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------------- | ------------------------- |
|
||||
| `ORGANIZATION_INVITATION` | organization_invitation |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationInvitationPrivateMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationInvitationPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/components/OrganizationInvitations.md
Normal file
9
docs/models/components/OrganizationInvitations.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# OrganizationInvitations
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.OrganizationInvitation](../../models/components/OrganizationInvitation.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of organization invitations<br/> |
|
||||
19
docs/models/components/OrganizationMembership.md
Normal file
19
docs/models/components/OrganizationMembership.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# OrganizationMembership
|
||||
|
||||
Hello world
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `object` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationMembershipObject>](../../models/components/OrganizationMembershipObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `role` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `permissions` | List<*String*> | :heavy_minus_sign: | N/A |
|
||||
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationMembershipPublicMetadata>](../../models/components/OrganizationMembershipPublicMetadata.md) | :heavy_minus_sign: | Metadata saved on the organization membership, accessible from both Frontend and Backend APIs |
|
||||
| `privateMetadata` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationMembershipPrivateMetadata>](../../models/components/OrganizationMembershipPrivateMetadata.md) | :heavy_minus_sign: | Metadata saved on the organization membership, accessible only from the Backend API |
|
||||
| `organization` | [Optional<? extends com.clerk.backend_api.models.components.OrganizationMembershipOrganization>](../../models/components/OrganizationMembershipOrganization.md) | :heavy_minus_sign: | N/A |
|
||||
| `publicUserData` | [Optional<? extends com.clerk.backend_api.models.components.PublicUserData>](../../models/components/PublicUserData.md) | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of creation. |
|
||||
| `updatedAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of last update. |
|
||||
11
docs/models/components/OrganizationMembershipObject.md
Normal file
11
docs/models/components/OrganizationMembershipObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# OrganizationMembershipObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------------- | ------------------------- |
|
||||
| `ORGANIZATION_MEMBERSHIP` | organization_membership |
|
||||
19
docs/models/components/OrganizationMembershipOrganization.md
Normal file
19
docs/models/components/OrganizationMembershipOrganization.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# OrganizationMembershipOrganization
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OrganizationMembershipOrganizationObject](../../models/components/OrganizationMembershipOrganizationObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `slug` | *String* | :heavy_check_mark: | N/A |
|
||||
| `membersCount` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `maxAllowedMemberships` | *long* | :heavy_check_mark: | N/A |
|
||||
| `adminDeleteEnabled` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `publicMetadata` | [com.clerk.backend_api.models.components.OrganizationMembershipOrganizationPublicMetadata](../../models/components/OrganizationMembershipOrganizationPublicMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `privateMetadata` | [com.clerk.backend_api.models.components.OrganizationMembershipOrganizationPrivateMetadata](../../models/components/OrganizationMembershipOrganizationPrivateMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `createdBy` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
@@ -0,0 +1,8 @@
|
||||
# OrganizationMembershipOrganizationObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `ORGANIZATION` | organization |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationMembershipOrganizationPrivateMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationMembershipOrganizationPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,9 @@
|
||||
# OrganizationMembershipPrivateMetadata
|
||||
|
||||
Metadata saved on the organization membership, accessible only from the Backend API
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,9 @@
|
||||
# OrganizationMembershipPublicMetadata
|
||||
|
||||
Metadata saved on the organization membership, accessible from both Frontend and Backend APIs
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/components/OrganizationMemberships.md
Normal file
9
docs/models/components/OrganizationMemberships.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# OrganizationMemberships
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.OrganizationMembership](../../models/components/OrganizationMembership.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of organization memberships<br/> |
|
||||
8
docs/models/components/OrganizationObject.md
Normal file
8
docs/models/components/OrganizationObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# OrganizationObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `ORGANIZATION` | organization |
|
||||
7
docs/models/components/OrganizationPrivateMetadata.md
Normal file
7
docs/models/components/OrganizationPrivateMetadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# OrganizationPrivateMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
7
docs/models/components/OrganizationPublicMetadata.md
Normal file
7
docs/models/components/OrganizationPublicMetadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# OrganizationPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
17
docs/models/components/OrganizationSettings.md
Normal file
17
docs/models/components/OrganizationSettings.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# OrganizationSettings
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OrganizationSettingsObject](../../models/components/OrganizationSettingsObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value. |
|
||||
| `enabled` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `maxAllowedMemberships` | *long* | :heavy_check_mark: | N/A |
|
||||
| `maxAllowedRoles` | *Optional<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `maxAllowedPermissions` | *Optional<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `creatorRole` | *String* | :heavy_check_mark: | The role key that a user will be assigned after creating an organization. |
|
||||
| `adminDeleteEnabled` | *boolean* | :heavy_check_mark: | The default for whether an admin can delete an organization with the Frontend API. |
|
||||
| `domainsEnabled` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `domainsEnrollmentModes` | List<[com.clerk.backend_api.models.components.DomainsEnrollmentModes](../../models/components/DomainsEnrollmentModes.md)> | :heavy_check_mark: | N/A |
|
||||
| `domainsDefaultRole` | *String* | :heavy_check_mark: | The role key that it will be used in order to create an organization invitation or suggestion. |
|
||||
10
docs/models/components/OrganizationSettingsObject.md
Normal file
10
docs/models/components/OrganizationSettingsObject.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# OrganizationSettingsObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ----------------------- | ----------------------- |
|
||||
| `ORGANIZATION_SETTINGS` | organization_settings |
|
||||
22
docs/models/components/OrganizationWithLogo.md
Normal file
22
docs/models/components/OrganizationWithLogo.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# OrganizationWithLogo
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OrganizationWithLogoObject](../../models/components/OrganizationWithLogoObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `name` | *String* | :heavy_check_mark: | N/A |
|
||||
| `slug` | *String* | :heavy_check_mark: | N/A |
|
||||
| `membersCount` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `maxAllowedMemberships` | *long* | :heavy_check_mark: | N/A |
|
||||
| `adminDeleteEnabled` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `publicMetadata` | [com.clerk.backend_api.models.components.OrganizationWithLogoPublicMetadata](../../models/components/OrganizationWithLogoPublicMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `privateMetadata` | [com.clerk.backend_api.models.components.OrganizationWithLogoPrivateMetadata](../../models/components/OrganizationWithLogoPrivateMetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `createdBy` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
| ~~`logoUrl`~~ | *Optional<? extends String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
|
||||
| `imageUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `hasImage` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
8
docs/models/components/OrganizationWithLogoObject.md
Normal file
8
docs/models/components/OrganizationWithLogoObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# OrganizationWithLogoObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `ORGANIZATION` | organization |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationWithLogoPrivateMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,7 @@
|
||||
# OrganizationWithLogoPublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/components/Organizations.md
Normal file
9
docs/models/components/Organizations.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Organizations
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
||||
| `data` | List<[com.clerk.backend_api.models.components.Organization](../../models/components/Organization.md)> | :heavy_check_mark: | N/A |
|
||||
| `totalCount` | *long* | :heavy_check_mark: | Total number of organizations<br/> |
|
||||
11
docs/models/components/Otp.md
Normal file
11
docs/models/components/Otp.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Otp
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
|
||||
| `status` | [com.clerk.backend_api.models.components.VerificationStatus](../../models/components/VerificationStatus.md) | :heavy_check_mark: | N/A |
|
||||
| `strategy` | [com.clerk.backend_api.models.components.Strategy](../../models/components/Strategy.md) | :heavy_check_mark: | N/A |
|
||||
| `attempts` | *long* | :heavy_check_mark: | N/A |
|
||||
| `expireAt` | *long* | :heavy_check_mark: | N/A |
|
||||
12
docs/models/components/Passkey.md
Normal file
12
docs/models/components/Passkey.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Passkey
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `status` | [com.clerk.backend_api.models.components.PasskeyVerificationStatus](../../models/components/PasskeyVerificationStatus.md) | :heavy_check_mark: | N/A |
|
||||
| `strategy` | [com.clerk.backend_api.models.components.PasskeyVerificationStrategy](../../models/components/PasskeyVerificationStrategy.md) | :heavy_check_mark: | N/A |
|
||||
| `nonce` | [Optional<? extends com.clerk.backend_api.models.components.VerificationNonce>](../../models/components/VerificationNonce.md) | :heavy_minus_sign: | N/A |
|
||||
| `attempts` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
| `expireAt` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
|
||||
8
docs/models/components/PasskeyVerificationStatus.md
Normal file
8
docs/models/components/PasskeyVerificationStatus.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# PasskeyVerificationStatus
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ---------- | ---------- |
|
||||
| `VERIFIED` | verified |
|
||||
8
docs/models/components/PasskeyVerificationStrategy.md
Normal file
8
docs/models/components/PasskeyVerificationStrategy.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# PasskeyVerificationStrategy
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `PASSKEY` | passkey |
|
||||
18
docs/models/components/PhoneNumber.md
Normal file
18
docs/models/components/PhoneNumber.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# PhoneNumber
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `object` | [com.clerk.backend_api.models.components.PhoneNumberObject](../../models/components/PhoneNumberObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
||||
| `phoneNumber` | *String* | :heavy_check_mark: | N/A |
|
||||
| `reservedForSecondFactor` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `defaultSecondFactor` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `reserved` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `verification` | [Optional<? extends com.clerk.backend_api.models.components.PhoneNumberVerification>](../../models/components/PhoneNumberVerification.md) | :heavy_check_mark: | N/A |
|
||||
| `linkedTo` | List<[com.clerk.backend_api.models.components.IdentificationLink](../../models/components/IdentificationLink.md)> | :heavy_check_mark: | N/A |
|
||||
| `backupCodes` | List<*String*> | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
|
||||
11
docs/models/components/PhoneNumberObject.md
Normal file
11
docs/models/components/PhoneNumberObject.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# PhoneNumberObject
|
||||
|
||||
String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------------- | -------------- |
|
||||
| `PHONE_NUMBER` | phone_number |
|
||||
2
docs/models/components/PhoneNumberVerification.md
Normal file
2
docs/models/components/PhoneNumberVerification.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# PhoneNumberVerification
|
||||
|
||||
7
docs/models/components/PrivateMetadata.md
Normal file
7
docs/models/components/PrivateMetadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# PrivateMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
15
docs/models/components/ProxyCheck.md
Normal file
15
docs/models/components/ProxyCheck.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# ProxyCheck
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.ProxyCheckObject](../../models/components/ProxyCheckObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `domainId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `lastRunAt` | *long* | :heavy_check_mark: | N/A |
|
||||
| `proxyUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `successful` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | N/A |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | N/A |
|
||||
8
docs/models/components/ProxyCheckObject.md
Normal file
8
docs/models/components/ProxyCheckObject.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# ProxyCheckObject
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------- | ------------- |
|
||||
| `PROXY_CHECK` | proxy_check |
|
||||
7
docs/models/components/PublicMetadata.md
Normal file
7
docs/models/components/PublicMetadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# PublicMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user