# ory_client v1.22.40 - Table of Contents

> OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.

## Modules

- [Ory.Api.APIKeys](Ory.Api.APIKeys.md): API calls for all endpoints tagged `APIKeys`.

- [Ory.Api.Courier](Ory.Api.Courier.md): API calls for all endpoints tagged `Courier`.

- [Ory.Api.Events](Ory.Api.Events.md): API calls for all endpoints tagged `Events`.

- [Ory.Api.Frontend](Ory.Api.Frontend.md): API calls for all endpoints tagged `Frontend`.

- [Ory.Api.Identity](Ory.Api.Identity.md): API calls for all endpoints tagged `Identity`.

- [Ory.Api.Jwk](Ory.Api.Jwk.md): API calls for all endpoints tagged `Jwk`.

- [Ory.Api.Metadata](Ory.Api.Metadata.md): API calls for all endpoints tagged `Metadata`.

- [Ory.Api.OAuth2](Ory.Api.OAuth2.md): API calls for all endpoints tagged `OAuth2`.

- [Ory.Api.Oidc](Ory.Api.Oidc.md): API calls for all endpoints tagged `Oidc`.

- [Ory.Api.Permission](Ory.Api.Permission.md): API calls for all endpoints tagged `Permission`.

- [Ory.Api.Project](Ory.Api.Project.md): API calls for all endpoints tagged `Project`.

- [Ory.Api.Relationship](Ory.Api.Relationship.md): API calls for all endpoints tagged `Relationship`.

- [Ory.Api.Wellknown](Ory.Api.Wellknown.md): API calls for all endpoints tagged `Wellknown`.

- [Ory.Api.Workspace](Ory.Api.Workspace.md): API calls for all endpoints tagged `Workspace`.

- [Ory.Connection](Ory.Connection.md): Handle Tesla connections for Ory.
- [Ory.Deserializer](Ory.Deserializer.md): Helper functions for deserializing responses into models

- [Ory.Model.AcceptDeviceUserCodeRequest](Ory.Model.AcceptDeviceUserCodeRequest.md): Contains information on an device verification

- [Ory.Model.AcceptOAuth2ConsentRequest](Ory.Model.AcceptOAuth2ConsentRequest.md): 

- [Ory.Model.AcceptOAuth2ConsentRequestSession](Ory.Model.AcceptOAuth2ConsentRequestSession.md): 

- [Ory.Model.AcceptOAuth2LoginRequest](Ory.Model.AcceptOAuth2LoginRequest.md): 

- [Ory.Model.AccountExperienceColors](Ory.Model.AccountExperienceColors.md): 

- [Ory.Model.AccountExperienceConfiguration](Ory.Model.AccountExperienceConfiguration.md): 

- [Ory.Model.AddProjectToWorkspaceBody](Ory.Model.AddProjectToWorkspaceBody.md): 

- [Ory.Model.AdminIdentityImportCredentialsLookupSecret](Ory.Model.AdminIdentityImportCredentialsLookupSecret.md): Create Identity and Import Lookup Secret Credentials

- [Ory.Model.AdminIdentityImportCredentialsLookupSecretConfig](Ory.Model.AdminIdentityImportCredentialsLookupSecretConfig.md): Create Identity and Import Lookup Secret Credentials Configuration

- [Ory.Model.AdminRevokeApiKeyBody](Ory.Model.AdminRevokeApiKeyBody.md): 

- [Ory.Model.AdminRotateIssuedApiKeyBody](Ory.Model.AdminRotateIssuedApiKeyBody.md): RotateIssuedAPIKeyRequest is the request for AdminRotateIssuedAPIKey.  Rotation is a custom method (AIP-136) that swaps an active key for a new one with a fresh secret and key_id, then revokes the old key. It is not a partial update, so it does not carry an update_mask. Mutable fields use presence-based semantics: an absent field inherits from the old key, while a present field (including an explicitly empty value) overrides.

- [Ory.Model.AdminUpdateImportedApiKeyRequest](Ory.Model.AdminUpdateImportedApiKeyRequest.md): ImportedAPIKey represents an API key imported from an external system. The raw key is hashed (SHA-512/256) and stored. The original key is never retained.

- [Ory.Model.AdminUpdateIssuedApiKeyRequest](Ory.Model.AdminUpdateIssuedApiKeyRequest.md): IssuedAPIKey represents an API key issued (generated) by Talos. Root keys are opaque v1 format tokens stored in the database. Derived tokens (JWT/Macaroon) are created via DeriveToken and are stateless (not stored).

- [Ory.Model.Any](Ory.Model.Any.md): 

- [Ory.Model.Attribute](Ory.Model.Attribute.md): 

- [Ory.Model.AttributeFilter](Ory.Model.AttributeFilter.md): 

- [Ory.Model.AttributesCountDatapoint](Ory.Model.AttributesCountDatapoint.md): 

- [Ory.Model.AuthenticatorAssuranceLevel](Ory.Model.AuthenticatorAssuranceLevel.md): The authenticator assurance level can be one of "aal1", "aal2", or "aal3". A higher number means that it is harder for an attacker to compromise the account.  Generally, "aal1" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used.  To learn more about these levels please head over to: https://www.ory.com/kratos/docs/concepts/credentials

- [Ory.Model.BasicOrganization](Ory.Model.BasicOrganization.md): 

- [Ory.Model.BatchCheckPermissionBody](Ory.Model.BatchCheckPermissionBody.md): Batch Check Permission Body

- [Ory.Model.BatchCheckPermissionResult](Ory.Model.BatchCheckPermissionResult.md): Batch Check Permission Result

- [Ory.Model.BatchImportApiKeysRequest](Ory.Model.BatchImportApiKeysRequest.md): BatchImportAPIKeysRequest imports multiple external API keys in one request. The maximum batch size is 1000 keys.

- [Ory.Model.BatchImportApiKeysResponse](Ory.Model.BatchImportApiKeysResponse.md): BatchImportAPIKeysResponse returns per-item results and summary counters.

- [Ory.Model.BatchImportErrorCode](Ory.Model.BatchImportErrorCode.md): BatchImportErrorCode classifies per-item batch import failures.   - BATCH_IMPORT_ERROR_UNSPECIFIED: No error (import succeeded)  - BATCH_IMPORT_ERROR_INVALID_ARGUMENT: The key data is malformed or missing required fields  - BATCH_IMPORT_ERROR_ALREADY_EXISTS: A key with this identifier already exists  - BATCH_IMPORT_ERROR_FAILED_PRECONDITION: State conflict prevents the import  - BATCH_IMPORT_ERROR_INTERNAL: Server error during import

- [Ory.Model.BatchImportResult](Ory.Model.BatchImportResult.md): BatchImportResult contains the result for one key in a batch import request.

- [Ory.Model.BatchPatchIdentitiesResponse](Ory.Model.BatchPatchIdentitiesResponse.md): Patch identities response

- [Ory.Model.BatchVerifyApiKeysRequest](Ory.Model.BatchVerifyApiKeysRequest.md): 

- [Ory.Model.BatchVerifyApiKeysResponse](Ory.Model.BatchVerifyApiKeysResponse.md): 

- [Ory.Model.BillingPeriodBucket](Ory.Model.BillingPeriodBucket.md): 

- [Ory.Model.CheckOplSyntaxResult](Ory.Model.CheckOplSyntaxResult.md): 

- [Ory.Model.CheckPermissionResult](Ory.Model.CheckPermissionResult.md): The content of the allowed field is mirrored in the HTTP status code.

- [Ory.Model.CheckPermissionResultWithError](Ory.Model.CheckPermissionResultWithError.md): Check Permission Result With Error

- [Ory.Model.CloudAccount](Ory.Model.CloudAccount.md): 

- [Ory.Model.ConsistencyRequestParameters](Ory.Model.ConsistencyRequestParameters.md): Control API consistency guarantees

- [Ory.Model.ContinueWith](Ory.Model.ContinueWith.md): 

- [Ory.Model.ContinueWithRecoveryUi](Ory.Model.ContinueWithRecoveryUi.md): Indicates, that the UI flow could be continued by showing a recovery ui

- [Ory.Model.ContinueWithRecoveryUiFlow](Ory.Model.ContinueWithRecoveryUiFlow.md): 

- [Ory.Model.ContinueWithRedirectBrowserTo](Ory.Model.ContinueWithRedirectBrowserTo.md): Indicates, that the UI flow could be continued by showing a recovery ui

- [Ory.Model.ContinueWithSetOrySessionToken](Ory.Model.ContinueWithSetOrySessionToken.md): Indicates that a session was issued, and the application should use this token for authenticated requests

- [Ory.Model.ContinueWithSettingsUi](Ory.Model.ContinueWithSettingsUi.md): Indicates, that the UI flow could be continued by showing a settings ui

- [Ory.Model.ContinueWithSettingsUiFlow](Ory.Model.ContinueWithSettingsUiFlow.md): 

- [Ory.Model.ContinueWithVerificationUi](Ory.Model.ContinueWithVerificationUi.md): Indicates, that the UI flow could be continued by showing a verification ui

- [Ory.Model.ContinueWithVerificationUiFlow](Ory.Model.ContinueWithVerificationUiFlow.md): 

- [Ory.Model.CourierMessageStatus](Ory.Model.CourierMessageStatus.md): A Message's Status

- [Ory.Model.CourierMessageType](Ory.Model.CourierMessageType.md): It can either be `email` or `phone`

- [Ory.Model.CreateCustomDomainBody](Ory.Model.CreateCustomDomainBody.md): Create Custom Hostname Request Body

- [Ory.Model.CreateEventStreamBody](Ory.Model.CreateEventStreamBody.md): Create Event Stream Request Body

- [Ory.Model.CreateFedcmFlowResponse](Ory.Model.CreateFedcmFlowResponse.md): Contains a list of all available FedCM providers.

- [Ory.Model.CreateIdentityBody](Ory.Model.CreateIdentityBody.md): Create Identity Body

- [Ory.Model.CreateInviteResponse](Ory.Model.CreateInviteResponse.md): 

- [Ory.Model.CreateJsonWebKeySet](Ory.Model.CreateJsonWebKeySet.md): Create JSON Web Key Set Request Body

- [Ory.Model.CreateOnboardingLinkResponse](Ory.Model.CreateOnboardingLinkResponse.md): 

- [Ory.Model.CreateOrganizationOnboardingPortalLinkBody](Ory.Model.CreateOrganizationOnboardingPortalLinkBody.md): 

- [Ory.Model.CreateProjectApiKeyRequest](Ory.Model.CreateProjectApiKeyRequest.md): 

- [Ory.Model.CreateProjectBody](Ory.Model.CreateProjectBody.md): Create Project Request Body

- [Ory.Model.CreateProjectBranding](Ory.Model.CreateProjectBranding.md): Create a Project Branding

- [Ory.Model.CreateProjectMemberInviteBody](Ory.Model.CreateProjectMemberInviteBody.md): Create Project MemberInvite Request Body

- [Ory.Model.CreateProjectNormalizedPayload](Ory.Model.CreateProjectNormalizedPayload.md): Create project (normalized) request payload

- [Ory.Model.CreateRecoveryCodeForIdentityBody](Ory.Model.CreateRecoveryCodeForIdentityBody.md): Create Recovery Code for Identity Request Body

- [Ory.Model.CreateRecoveryLinkForIdentityBody](Ory.Model.CreateRecoveryLinkForIdentityBody.md): Create Recovery Link for Identity Request Body

- [Ory.Model.CreateRelationshipBody](Ory.Model.CreateRelationshipBody.md): Create Relationship Request Body

- [Ory.Model.CreateSubscriptionBody](Ory.Model.CreateSubscriptionBody.md): 

- [Ory.Model.CreateSubscriptionCommon](Ory.Model.CreateSubscriptionCommon.md): 

- [Ory.Model.CreateTestLoginFlowBody](Ory.Model.CreateTestLoginFlowBody.md): 

- [Ory.Model.CreateVerifiableCredentialRequestBody](Ory.Model.CreateVerifiableCredentialRequestBody.md): 

- [Ory.Model.CreateWorkspaceApiKeyBody](Ory.Model.CreateWorkspaceApiKeyBody.md): 

- [Ory.Model.CreateWorkspaceBody](Ory.Model.CreateWorkspaceBody.md): 

- [Ory.Model.CreateWorkspaceMemberInviteBody](Ory.Model.CreateWorkspaceMemberInviteBody.md): Create Workspace Invite Request Body

- [Ory.Model.CreateWorkspaceOrganizationBody](Ory.Model.CreateWorkspaceOrganizationBody.md): 

- [Ory.Model.CreateWorkspaceSubscriptionBody](Ory.Model.CreateWorkspaceSubscriptionBody.md): 

- [Ory.Model.CredentialSupportedDraft00](Ory.Model.CredentialSupportedDraft00.md): Includes information about the supported verifiable credentials.

- [Ory.Model.CustomDomain](Ory.Model.CustomDomain.md): Custom Hostname

- [Ory.Model.CustomerPortalAvailability](Ory.Model.CustomerPortalAvailability.md): CustomerPortalAvailability describes whether the Stripe customer portal is available for the logged-in user (or a workspace they access).

- [Ory.Model.DeleteMySessionsCount](Ory.Model.DeleteMySessionsCount.md): Deleted Session Count

- [Ory.Model.DeriveTokenRequest](Ory.Model.DeriveTokenRequest.md): 

- [Ory.Model.DeriveTokenResponse](Ory.Model.DeriveTokenResponse.md): 

- [Ory.Model.DeviceAuthnAndroidAuthorizationList](Ory.Model.DeviceAuthnAndroidAuthorizationList.md): Schema: https://source.android.com/docs/security/features/keystore/attestation#schema

- [Ory.Model.DeviceAuthnAndroidKeyDescription](Ory.Model.DeviceAuthnAndroidKeyDescription.md): Schema: https://source.android.com/docs/security/features/keystore/attestation#schema

- [Ory.Model.DeviceAuthnAndroidRootOfTrust](Ory.Model.DeviceAuthnAndroidRootOfTrust.md): 

- [Ory.Model.DeviceAuthnAttestation](Ory.Model.DeviceAuthnAttestation.md): Exactly one of Android / IOS is set, matching the key's DeviceType.

- [Ory.Model.DeviceAuthnIosAttStmt](Ory.Model.DeviceAuthnIosAttStmt.md): Defined in https://developer.apple.com/documentation/devicecheck/validating-apps-that-connect-to-your-server#Verify-the-attestation .

- [Ory.Model.DeviceAuthnIosAttestation](Ory.Model.DeviceAuthnIosAttestation.md): Defined in https://developer.apple.com/documentation/devicecheck/validating-apps-that-connect-to-your-server#Verify-the-attestation .

- [Ory.Model.DeviceAuthnKey](Ory.Model.DeviceAuthnKey.md): 

- [Ory.Model.DeviceAuthorization](Ory.Model.DeviceAuthorization.md): # Ory's OAuth 2.0 Device Authorization API

- [Ory.Model.DeviceUserAuthRequest](Ory.Model.DeviceUserAuthRequest.md): 

- [Ory.Model.EmailTemplateData](Ory.Model.EmailTemplateData.md): Contains the data of the email template, including the subject and body in HTML and plaintext variants

- [Ory.Model.EmailTemplateDataBody](Ory.Model.EmailTemplateDataBody.md): 

- [Ory.Model.ErrorAuthenticatorAssuranceLevelNotSatisfied](Ory.Model.ErrorAuthenticatorAssuranceLevelNotSatisfied.md): 

- [Ory.Model.ErrorBrowserLocationChangeRequired](Ory.Model.ErrorBrowserLocationChangeRequired.md): 

- [Ory.Model.ErrorFlowReplaced](Ory.Model.ErrorFlowReplaced.md): Is sent when a flow is replaced by a different flow of the same class

- [Ory.Model.ErrorGeneric](Ory.Model.ErrorGeneric.md): The standard Ory JSON API error format.

- [Ory.Model.ErrorOAuth2](Ory.Model.ErrorOAuth2.md): Error

- [Ory.Model.EventStream](Ory.Model.EventStream.md): Event Stream

- [Ory.Model.ExpandedPermissionTree](Ory.Model.ExpandedPermissionTree.md): 

- [Ory.Model.FlowError](Ory.Model.FlowError.md): 

- [Ory.Model.GenericError](Ory.Model.GenericError.md): Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.

- [Ory.Model.GenericErrorContent](Ory.Model.GenericErrorContent.md): Error response

- [Ory.Model.GenericOidcProvider](Ory.Model.GenericOidcProvider.md): 

- [Ory.Model.GenericUsage](Ory.Model.GenericUsage.md): 

- [Ory.Model.GetAttributesCount](Ory.Model.GetAttributesCount.md): Response of the getAttributesCount endpoint

- [Ory.Model.GetJwksResponse](Ory.Model.GetJwksResponse.md): 

- [Ory.Model.GetManagedIdentitySchemaLocation](Ory.Model.GetManagedIdentitySchemaLocation.md): Ory Identity Schema Location

- [Ory.Model.GetMetricsCount](Ory.Model.GetMetricsCount.md): Response of the getIdentityCount endpoint

- [Ory.Model.GetMetricsEventAttributes](Ory.Model.GetMetricsEventAttributes.md): Response of the getMetricsEventAttributes endpoint

- [Ory.Model.GetMetricsEventTypes](Ory.Model.GetMetricsEventTypes.md): Response of the getMetricsEventTypes endpoint

- [Ory.Model.GetOrganizationResponse](Ory.Model.GetOrganizationResponse.md): 

- [Ory.Model.GetProjectEvents](Ory.Model.GetProjectEvents.md): Response of the getProjectEvents endpoint

- [Ory.Model.GetProjectEventsBody](Ory.Model.GetProjectEventsBody.md): Body of the getProjectEvents endpoint

- [Ory.Model.GetProjectMetrics](Ory.Model.GetProjectMetrics.md): Response of the getMetrics endpoint

- [Ory.Model.GetSessionActivity](Ory.Model.GetSessionActivity.md): Response of the getSessionActivity endpoint

- [Ory.Model.GetVersion200Response](Ory.Model.GetVersion200Response.md): 

- [Ory.Model.HealthNotReadyStatus](Ory.Model.HealthNotReadyStatus.md): 

- [Ory.Model.HealthStatus](Ory.Model.HealthStatus.md): 

- [Ory.Model.Identity](Ory.Model.Identity.md): An [identity](https://www.ory.com/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.

- [Ory.Model.IdentityCredentials](Ory.Model.IdentityCredentials.md): Credentials represents a specific credential type

- [Ory.Model.IdentityCredentialsCode](Ory.Model.IdentityCredentialsCode.md): CredentialsCode represents a one time login/registration code

- [Ory.Model.IdentityCredentialsCodeAddress](Ory.Model.IdentityCredentialsCodeAddress.md): 

- [Ory.Model.IdentityCredentialsLookupSecretCode](Ory.Model.IdentityCredentialsLookupSecretCode.md): Recovery codes can be used once and are invalidated after use.

- [Ory.Model.IdentityCredentialsOidc](Ory.Model.IdentityCredentialsOidc.md): 

- [Ory.Model.IdentityCredentialsOidcProvider](Ory.Model.IdentityCredentialsOidcProvider.md): 

- [Ory.Model.IdentityCredentialsPassword](Ory.Model.IdentityCredentialsPassword.md): 

- [Ory.Model.IdentityCredentialsWebAuthn](Ory.Model.IdentityCredentialsWebAuthn.md): 

- [Ory.Model.IdentityCredentialsWebAuthnAttestation](Ory.Model.IdentityCredentialsWebAuthnAttestation.md): 

- [Ory.Model.IdentityCredentialsWebAuthnAuthenticator](Ory.Model.IdentityCredentialsWebAuthnAuthenticator.md): 

- [Ory.Model.IdentityCredentialsWebAuthnFlags](Ory.Model.IdentityCredentialsWebAuthnFlags.md): 

- [Ory.Model.IdentityPatch](Ory.Model.IdentityPatch.md): Payload for patching an identity

- [Ory.Model.IdentityPatchResponse](Ory.Model.IdentityPatchResponse.md): Response for a single identity patch

- [Ory.Model.IdentitySchemaContainer](Ory.Model.IdentitySchemaContainer.md): An Identity JSON Schema Container

- [Ory.Model.IdentitySchemaPreset](Ory.Model.IdentitySchemaPreset.md): 

- [Ory.Model.IdentityWithCredentials](Ory.Model.IdentityWithCredentials.md): Create Identity and Import Credentials

- [Ory.Model.IdentityWithCredentialsOidc](Ory.Model.IdentityWithCredentialsOidc.md): Create Identity and Import Social Sign In Credentials

- [Ory.Model.IdentityWithCredentialsOidcConfig](Ory.Model.IdentityWithCredentialsOidcConfig.md): 

- [Ory.Model.IdentityWithCredentialsOidcConfigProvider](Ory.Model.IdentityWithCredentialsOidcConfigProvider.md): Create Identity and Import Social Sign In Credentials Configuration

- [Ory.Model.IdentityWithCredentialsPasskey](Ory.Model.IdentityWithCredentialsPasskey.md): Create Identity and Import Passkey Credentials

- [Ory.Model.IdentityWithCredentialsPasskeyConfig](Ory.Model.IdentityWithCredentialsPasskeyConfig.md): Create Identity and Import Passkey Credentials Configuration

- [Ory.Model.IdentityWithCredentialsPassword](Ory.Model.IdentityWithCredentialsPassword.md): Create Identity and Import Password Credentials

- [Ory.Model.IdentityWithCredentialsPasswordConfig](Ory.Model.IdentityWithCredentialsPasswordConfig.md): Create Identity and Import Password Credentials Configuration

- [Ory.Model.IdentityWithCredentialsSaml](Ory.Model.IdentityWithCredentialsSaml.md): Payload to import SAML credentials

- [Ory.Model.IdentityWithCredentialsSamlConfig](Ory.Model.IdentityWithCredentialsSamlConfig.md): Payload of SAML providers

- [Ory.Model.IdentityWithCredentialsSamlConfigProvider](Ory.Model.IdentityWithCredentialsSamlConfigProvider.md): Payload of specific SAML provider

- [Ory.Model.IdentityWithCredentialsTotp](Ory.Model.IdentityWithCredentialsTotp.md): Create Identity and Import TOTP 2FA Credentials

- [Ory.Model.IdentityWithCredentialsTotpConfig](Ory.Model.IdentityWithCredentialsTotpConfig.md): Create Identity and Import TOTP 2FA Credentials Configuration

- [Ory.Model.IdentityWithCredentialsWebAuthn](Ory.Model.IdentityWithCredentialsWebAuthn.md): Create Identity and Import WebAuthn Credentials

- [Ory.Model.IdentityWithCredentialsWebAuthnConfig](Ory.Model.IdentityWithCredentialsWebAuthnConfig.md): Create Identity and Import WebAuthn Credentials Configuration

- [Ory.Model.ImportApiKeyRequest](Ory.Model.ImportApiKeyRequest.md): Example:   {     "raw_key": "sk_live_abc123xyz789",     "name": "Stripe Production Key",     "actor_id": "payment-processor",     "scopes": ["read", "write"],     "ttl": "8760h",  // 1 year (also accepts: 31536000s)     "metadata": {"source": "stripe", "environment": "production"}   }

- [Ory.Model.ImportedApiKey](Ory.Model.ImportedApiKey.md): ImportedAPIKey represents an API key imported from an external system. The raw key is hashed (SHA-512/256) and stored. The original key is never retained.

- [Ory.Model.InternalGetProjectBrandingBody](Ory.Model.InternalGetProjectBrandingBody.md): Get Project Branding Request Body

- [Ory.Model.InternalIsAxWelcomeScreenEnabledForProjectBody](Ory.Model.InternalIsAxWelcomeScreenEnabledForProjectBody.md): Is Account Experience Enabled For Project Request Body

- [Ory.Model.InternalIsOwnerForProjectBySlug](Ory.Model.InternalIsOwnerForProjectBySlug.md): 

- [Ory.Model.InternalIsOwnerForProjectBySlugBody](Ory.Model.InternalIsOwnerForProjectBySlugBody.md): Is Owner For Project By Slug Request Body

- [Ory.Model.IntrospectedOAuth2Token](Ory.Model.IntrospectedOAuth2Token.md): Introspection contains an access token's session data as specified by [IETF RFC 7662](https://tools.ietf.org/html/rfc7662)

- [Ory.Model.InviteTokenBody](Ory.Model.InviteTokenBody.md): Invite Token Body

- [Ory.Model.Invoice](Ory.Model.Invoice.md): 

- [Ory.Model.InvoiceDataV1](Ory.Model.InvoiceDataV1.md): 

- [Ory.Model.IpRestriction](Ory.Model.IpRestriction.md): IPRestriction defines IP-based access controls for an API key. When allowed_cidrs is non-empty, only requests from IPs matching at least one CIDR range are permitted. Empty allowed_cidrs means no IP restriction (all IPs allowed). IP restrictions apply to root API key and imported key verification only; derived tokens (JWT/macaroon) are stateless and not subject to IP checks.

- [Ory.Model.IsOwnerForProjectBySlug](Ory.Model.IsOwnerForProjectBySlug.md): 

- [Ory.Model.IssueApiKeyRequest](Ory.Model.IssueApiKeyRequest.md): 

- [Ory.Model.IssueApiKeyResponse](Ory.Model.IssueApiKeyResponse.md): 

- [Ory.Model.IssuedApiKey](Ory.Model.IssuedApiKey.md): IssuedAPIKey represents an API key issued (generated) by Talos. Root keys are opaque v1 format tokens stored in the database. Derived tokens (JWT/Macaroon) are created via DeriveToken and are stateless (not stored).

- [Ory.Model.JsonPatch](Ory.Model.JsonPatch.md): A JSONPatch document as defined by RFC 6902

- [Ory.Model.JsonWebKey](Ory.Model.JsonWebKey.md): 

- [Ory.Model.JsonWebKeySet](Ory.Model.JsonWebKeySet.md): JSON Web Key Set

- [Ory.Model.KetoNamespace](Ory.Model.KetoNamespace.md): 

- [Ory.Model.KeyStatus](Ory.Model.KeyStatus.md): KeyStatus represents the lifecycle state of an API key.   - KEY_STATUS_UNSPECIFIED: Default zero value. Never returned by the server. Treated as ACTIVE for backward compatibility but should not be relied on.  - KEY_STATUS_ACTIVE: The key is valid and can be used to authenticate.  - KEY_STATUS_REVOKED: The key was revoked. Verification fails with VERIFICATION_ERROR_REVOKED. See revocation_reason for the cause.  - KEY_STATUS_EXPIRED: The key passed its expire_time. Verification fails with VERIFICATION_ERROR_EXPIRED. The transition is computed at read time and not persisted.

- [Ory.Model.KeyVisibility](Ory.Model.KeyVisibility.md): KeyVisibility distinguishes public (client-safe) keys from secret (server-only) keys. Public keys use a different configurable prefix for visual distinction. Both types share the same scope/permission system — visibility is about exposure safety.   - KEY_VISIBILITY_UNSPECIFIED: Treated as SECRET

- [Ory.Model.KeysetPaginationRequestParameters](Ory.Model.KeysetPaginationRequestParameters.md): For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).

- [Ory.Model.KeysetPaginationResponseHeaders](Ory.Model.KeysetPaginationResponseHeaders.md): The `Link` HTTP header contains multiple links (`first`, `next`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/sessions?page_size=250&page_token=>; rel="first"`  For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).

- [Ory.Model.LineItemV1](Ory.Model.LineItemV1.md): 

- [Ory.Model.ListEventStreams](Ory.Model.ListEventStreams.md): Event Stream List

- [Ory.Model.ListImportedApiKeysResponse](Ory.Model.ListImportedApiKeysResponse.md): 

- [Ory.Model.ListInvoicesResponse](Ory.Model.ListInvoicesResponse.md): 

- [Ory.Model.ListIssuedApiKeysResponse](Ory.Model.ListIssuedApiKeysResponse.md): 

- [Ory.Model.ListOrganizationsResponse](Ory.Model.ListOrganizationsResponse.md): B2B SSO Organization List

- [Ory.Model.ListWorkspaceProjects](Ory.Model.ListWorkspaceProjects.md): 

- [Ory.Model.ListWorkspaces](Ory.Model.ListWorkspaces.md): 

- [Ory.Model.LoginFlow](Ory.Model.LoginFlow.md): This object represents a login flow. A login flow is initiated at the "Initiate Login API / Browser Flow" endpoint by a client.  Once a login flow is completed successfully, a session cookie or session token will be issued.

- [Ory.Model.LoginFlowState](Ory.Model.LoginFlowState.md): The experimental state represents the state of a login flow. This field is EXPERIMENTAL and subject to change!

- [Ory.Model.LoginFlowTestContext](Ory.Model.LoginFlowTestContext.md): Admin-test extension of a login flow. Populated only for flows created by the admin test endpoint; included in the flow's API response so the admin UI can render the pre-scoped provider and (once captured) the debug round-trip result.

- [Ory.Model.LoginFlowTestDebugPayload](Ory.Model.LoginFlowTestDebugPayload.md): Contains the parsed claims, the Jsonnet mapper input and output, and any schema validation errors. Bearer tokens (id_token, access_token, refresh_token) are intentionally excluded to limit the blast radius of the debug payload leaking through audit logs or admin browsers.

- [Ory.Model.LoginFlowTestSchemaValidationError](Ory.Model.LoginFlowTestSchemaValidationError.md): One identity-schema validation failure recorded while evaluating the traits produced by the Jsonnet mapper.

- [Ory.Model.LoginFlowTestStepError](Ory.Model.LoginFlowTestStepError.md): Populated when any step (token exchange, claims decode, Jsonnet evaluation, schema validation) cannot complete.

- [Ory.Model.LogoutFlow](Ory.Model.LogoutFlow.md): Logout Flow

- [Ory.Model.ManageSessionsBody](Ory.Model.ManageSessionsBody.md): Body for the bulk session management endpoint. Exactly one of `identities` or `sessions` must be provided. To operate on every session in the network, pass `identities: ["*"]` — the wildcard must appear alone, never mixed with explicit IDs.

- [Ory.Model.ManageSessionsResponse](Ory.Model.ManageSessionsResponse.md): Response body for the bulk session management endpoint. Reports how many rows the call processed and, for the wildcard variant, whether the network still has matching rows left. Explicit-IDs requests always return `more: false`. Wildcard callers drain the network by re-issuing the same request while `more` is `true`.

- [Ory.Model.ManagedIdentitySchema](Ory.Model.ManagedIdentitySchema.md): Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system.

- [Ory.Model.ManagedIdentitySchemaValidationResult](Ory.Model.ManagedIdentitySchemaValidationResult.md): Ory Identity Schema Validation Result

- [Ory.Model.MemberInvite](Ory.Model.MemberInvite.md): 

- [Ory.Model.Message](Ory.Model.Message.md): 

- [Ory.Model.MessageDispatch](Ory.Model.MessageDispatch.md): MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured

- [Ory.Model.MetricsDatapoint](Ory.Model.MetricsDatapoint.md): Represents a single datapoint/bucket of a time series

- [Ory.Model.Money](Ory.Model.Money.md): 

- [Ory.Model.Namespace](Ory.Model.Namespace.md): 

- [Ory.Model.NeedsPrivilegedSessionError](Ory.Model.NeedsPrivilegedSessionError.md): 

- [Ory.Model.NormalizedProject](Ory.Model.NormalizedProject.md): 

- [Ory.Model.NormalizedProjectRevision](Ory.Model.NormalizedProjectRevision.md): 

- [Ory.Model.NormalizedProjectRevisionCourierChannel](Ory.Model.NormalizedProjectRevisionCourierChannel.md): 

- [Ory.Model.NormalizedProjectRevisionHook](Ory.Model.NormalizedProjectRevisionHook.md): 

- [Ory.Model.NormalizedProjectRevisionIdentitySchema](Ory.Model.NormalizedProjectRevisionIdentitySchema.md): 

- [Ory.Model.NormalizedProjectRevisionSamlProvider](Ory.Model.NormalizedProjectRevisionSamlProvider.md): 

- [Ory.Model.NormalizedProjectRevisionScimClient](Ory.Model.NormalizedProjectRevisionScimClient.md): SCIMClient represents a SCIM client configuration to be used by an external identity provider.

- [Ory.Model.NormalizedProjectRevisionThirdPartyProvider](Ory.Model.NormalizedProjectRevisionThirdPartyProvider.md): 

- [Ory.Model.NormalizedProjectRevisionTokenizerTemplate](Ory.Model.NormalizedProjectRevisionTokenizerTemplate.md): 

- [Ory.Model.NullValue](Ory.Model.NullValue.md): `NullValue` is a singleton enumeration to represent the null value for the `Value` type union.  The JSON representation for `NullValue` is JSON `null`.   - NULL_VALUE: Null value.

- [Ory.Model.OAuth2Client](Ory.Model.OAuth2Client.md): OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

- [Ory.Model.OAuth2ClientTokenLifespans](Ory.Model.OAuth2ClientTokenLifespans.md): Lifespans of different token types issued for this OAuth 2.0 Client.

- [Ory.Model.OAuth2ConsentRequest](Ory.Model.OAuth2ConsentRequest.md): 

- [Ory.Model.OAuth2ConsentRequestOpenIdConnectContext](Ory.Model.OAuth2ConsentRequestOpenIdConnectContext.md): 

- [Ory.Model.OAuth2ConsentSession](Ory.Model.OAuth2ConsentSession.md): A completed OAuth 2.0 Consent Session.

- [Ory.Model.OAuth2LoginRequest](Ory.Model.OAuth2LoginRequest.md): 

- [Ory.Model.OAuth2LogoutRequest](Ory.Model.OAuth2LogoutRequest.md): 

- [Ory.Model.OAuth2RedirectTo](Ory.Model.OAuth2RedirectTo.md): Contains a redirect URL used to complete a login, consent, or logout request.

- [Ory.Model.OAuth2TokenExchange](Ory.Model.OAuth2TokenExchange.md): OAuth2 Token Exchange Result

- [Ory.Model.OidcConfiguration](Ory.Model.OidcConfiguration.md): Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms among others.

- [Ory.Model.OidcUserInfo](Ory.Model.OidcUserInfo.md): OpenID Connect Userinfo

- [Ory.Model.OnboardingPortalLink](Ory.Model.OnboardingPortalLink.md): 

- [Ory.Model.OnboardingPortalOrganization](Ory.Model.OnboardingPortalOrganization.md): 

- [Ory.Model.Organization](Ory.Model.Organization.md): B2B SSO Organization

- [Ory.Model.OrganizationBody](Ory.Model.OrganizationBody.md): Create B2B SSO Organization Request Body

- [Ory.Model.OrganizationOnboardingPortalLinksResponse](Ory.Model.OrganizationOnboardingPortalLinksResponse.md): 

- [Ory.Model.ParseError](Ory.Model.ParseError.md): 

- [Ory.Model.PatchIdentitiesBody](Ory.Model.PatchIdentitiesBody.md): Patch Identities Body

- [Ory.Model.PatchWorkspaceMemberBody](Ory.Model.PatchWorkspaceMemberBody.md): 

- [Ory.Model.PerformNativeLogoutBody](Ory.Model.PerformNativeLogoutBody.md): Perform Native Logout Request Body

- [Ory.Model.PermissionsOnWorkspace](Ory.Model.PermissionsOnWorkspace.md): Get Permissions on Project Request Parameters

- [Ory.Model.Plan](Ory.Model.Plan.md): 

- [Ory.Model.PlanDetails](Ory.Model.PlanDetails.md): 

- [Ory.Model.PostCheckPermissionBody](Ory.Model.PostCheckPermissionBody.md): Check Permission using Post Request Body

- [Ory.Model.PostCheckPermissionOrErrorBody](Ory.Model.PostCheckPermissionOrErrorBody.md): Post Check Permission Or Error Body

- [Ory.Model.Project](Ory.Model.Project.md): 

- [Ory.Model.ProjectApiKey](Ory.Model.ProjectApiKey.md): 

- [Ory.Model.ProjectBranding](Ory.Model.ProjectBranding.md): 

- [Ory.Model.ProjectBrandingColors](Ory.Model.ProjectBrandingColors.md): 

- [Ory.Model.ProjectBrandingTheme](Ory.Model.ProjectBrandingTheme.md): 

- [Ory.Model.ProjectCors](Ory.Model.ProjectCors.md): 

- [Ory.Model.ProjectEventsDatapoint](Ory.Model.ProjectEventsDatapoint.md): 

- [Ory.Model.ProjectHost](Ory.Model.ProjectHost.md): 

- [Ory.Model.ProjectMember](Ory.Model.ProjectMember.md): 

- [Ory.Model.ProjectMetadata](Ory.Model.ProjectMetadata.md): 

- [Ory.Model.ProjectServiceAccountExperience](Ory.Model.ProjectServiceAccountExperience.md): 

- [Ory.Model.ProjectServiceIdentity](Ory.Model.ProjectServiceIdentity.md): 

- [Ory.Model.ProjectServiceOAuth2](Ory.Model.ProjectServiceOAuth2.md): 

- [Ory.Model.ProjectServicePermission](Ory.Model.ProjectServicePermission.md): 

- [Ory.Model.ProjectServices](Ory.Model.ProjectServices.md): 

- [Ory.Model.Provider](Ory.Model.Provider.md): 

- [Ory.Model.QuotaUsage](Ory.Model.QuotaUsage.md): 

- [Ory.Model.RateLimitPolicy](Ory.Model.RateLimitPolicy.md): RateLimitPolicy describes the rate limit policy for an API key.  In OSS mode, this policy is informational and meant to be consumed by upstream gateways (Envoy, Cloudflare, etc.) for enforcement. In commercial mode, Talos enforces rate limits using in-memory or Redis backends, both powered by the GCRA (Generic Cell Rate Algorithm).  Compliant with draft-ietf-httpapi-ratelimit-headers-10.

- [Ory.Model.RecoveryCodeForIdentity](Ory.Model.RecoveryCodeForIdentity.md): Used when an administrator creates a recovery code for an identity.

- [Ory.Model.RecoveryFlow](Ory.Model.RecoveryFlow.md): This request is used when an identity wants to recover their account.  We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)

- [Ory.Model.RecoveryFlowState](Ory.Model.RecoveryFlowState.md): The experimental state represents the state of a recovery flow. This field is EXPERIMENTAL and subject to change!

- [Ory.Model.RecoveryIdentityAddress](Ory.Model.RecoveryIdentityAddress.md): 

- [Ory.Model.RecoveryLinkForIdentity](Ory.Model.RecoveryLinkForIdentity.md): Used when an administrator creates a recovery link for an identity.

- [Ory.Model.RegistrationFlow](Ory.Model.RegistrationFlow.md): 

- [Ory.Model.RegistrationFlowState](Ory.Model.RegistrationFlowState.md): The experimental state represents the state of a registration flow. This field is EXPERIMENTAL and subject to change!

- [Ory.Model.RejectOAuth2Request](Ory.Model.RejectOAuth2Request.md): 

- [Ory.Model.RelationQuery](Ory.Model.RelationQuery.md): Relation Query

- [Ory.Model.Relationship](Ory.Model.Relationship.md): Relationship

- [Ory.Model.RelationshipNamespaces](Ory.Model.RelationshipNamespaces.md): Relationship Namespace List

- [Ory.Model.RelationshipPatch](Ory.Model.RelationshipPatch.md): Payload for patching a relationship

- [Ory.Model.Relationships](Ory.Model.Relationships.md): Paginated Relationship List

- [Ory.Model.RevisionAccountExperienceCustomTranslation](Ory.Model.RevisionAccountExperienceCustomTranslation.md): 

- [Ory.Model.RevocationReason](Ory.Model.RevocationReason.md): RevocationReason provides structured revocation reasons inspired by RFC 5280. Used in both admin and self-revocation flows.   - REVOCATION_REASON_UNSPECIFIED: Default zero value. Use a specific reason; UNSPECIFIED is rejected by admin and self-revocation endpoints.  - REVOCATION_REASON_KEY_COMPROMISE: The key was leaked or believed to be in the hands of an unauthorized party.  - REVOCATION_REASON_AFFILIATION_CHANGED: The owning actor's relationship with the issuer changed (e.g., role change, departure).  - REVOCATION_REASON_SUPERSEDED: A new key has replaced this one as part of a rotation.  - REVOCATION_REASON_PRIVILEGE_WITHDRAWN: Admin-only. The actor's privilege to use this key was withdrawn by an operator. Self-revocation requests using this reason are rejected with InvalidArgument. Pair with `description` on RevokeAPIKeyRequest to record the operator-supplied justification.

- [Ory.Model.Rfc6749ErrorJson](Ory.Model.Rfc6749ErrorJson.md): 

- [Ory.Model.RotateIssuedApiKeyResponse](Ory.Model.RotateIssuedApiKeyResponse.md): 

- [Ory.Model.SchemaPatch](Ory.Model.SchemaPatch.md): 

- [Ory.Model.SelfRevokeApiKeyRequest](Ory.Model.SelfRevokeApiKeyRequest.md): SelfRevokeAPIKeyRequest allows an API key holder to revoke their own key by providing the full key secret as proof of possession.

- [Ory.Model.SelfServiceFlowExpiredError](Ory.Model.SelfServiceFlowExpiredError.md): Is sent when a flow is expired

- [Ory.Model.Session](Ory.Model.Session.md): A Session

- [Ory.Model.SessionActivityDatapoint](Ory.Model.SessionActivityDatapoint.md): 

- [Ory.Model.SessionAuthenticationMethod](Ory.Model.SessionAuthenticationMethod.md): A singular authenticator used during authentication / login.

- [Ory.Model.SessionDevice](Ory.Model.SessionDevice.md): Device corresponding to a Session

- [Ory.Model.SetCustomDomainBody](Ory.Model.SetCustomDomainBody.md): Update Custom Hostname Body

- [Ory.Model.SetEventStreamBody](Ory.Model.SetEventStreamBody.md): Update Event Stream Body

- [Ory.Model.SetOrganizationFromOnboardingPortalLinkBody](Ory.Model.SetOrganizationFromOnboardingPortalLinkBody.md): 

- [Ory.Model.SetProject](Ory.Model.SetProject.md): 

- [Ory.Model.SetProjectBrandingThemeBody](Ory.Model.SetProjectBrandingThemeBody.md): 

- [Ory.Model.SettingsFlow](Ory.Model.SettingsFlow.md): This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner.  We recommend reading the [User Settings Documentation](../self-service/flows/user-settings)

- [Ory.Model.SettingsFlowState](Ory.Model.SettingsFlowState.md): The experimental state represents the state of a settings flow. This field is EXPERIMENTAL and subject to change!

- [Ory.Model.SourcePosition](Ory.Model.SourcePosition.md): 

- [Ory.Model.Status](Ory.Model.Status.md): 

- [Ory.Model.SubjectSet](Ory.Model.SubjectSet.md): 

- [Ory.Model.Subscription](Ory.Model.Subscription.md): 

- [Ory.Model.SuccessfulCodeExchangeResponse](Ory.Model.SuccessfulCodeExchangeResponse.md): The Response for Registration Flows via API

- [Ory.Model.SuccessfulNativeLogin](Ory.Model.SuccessfulNativeLogin.md): The Response for Login Flows via API

- [Ory.Model.SuccessfulNativeRegistration](Ory.Model.SuccessfulNativeRegistration.md): The Response for Registration Flows via API

- [Ory.Model.SuccessfulProjectUpdate](Ory.Model.SuccessfulProjectUpdate.md): 

- [Ory.Model.TaxLineItem](Ory.Model.TaxLineItem.md): 

- [Ory.Model.TimeInterval](Ory.Model.TimeInterval.md): 

- [Ory.Model.Token](Ory.Model.Token.md): 

- [Ory.Model.TokenAlgorithm](Ory.Model.TokenAlgorithm.md): - TOKEN_ALGORITHM_JWT: JWT with EdDSA (self-contained, signed)  - TOKEN_ALGORITHM_MACAROON: Macaroon with HMAC (self-contained, caveat-based)

- [Ory.Model.TokenPagination](Ory.Model.TokenPagination.md): 

- [Ory.Model.TokenPaginationHeaders](Ory.Model.TokenPaginationHeaders.md): 

- [Ory.Model.TokenPaginationRequestParameters](Ory.Model.TokenPaginationRequestParameters.md): The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel="{page}"`  For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).

- [Ory.Model.TokenPaginationResponseHeaders](Ory.Model.TokenPaginationResponseHeaders.md): The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel="{page}"`  For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).

- [Ory.Model.TrustOAuth2JwtGrantIssuer](Ory.Model.TrustOAuth2JwtGrantIssuer.md): Trust OAuth2 JWT Bearer Grant Type Issuer Request Body

- [Ory.Model.TrustedOAuth2JwtGrantIssuer](Ory.Model.TrustedOAuth2JwtGrantIssuer.md): OAuth2 JWT Bearer Grant Type Issuer Trust Relationship

- [Ory.Model.TrustedOAuth2JwtGrantJsonWebKey](Ory.Model.TrustedOAuth2JwtGrantJsonWebKey.md): OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

- [Ory.Model.UiContainer](Ory.Model.UiContainer.md): Container represents a HTML Form. The container can work with both HTTP Form and JSON requests

- [Ory.Model.UiNode](Ory.Model.UiNode.md): Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `<img>` tag, or an `<input element>` but also `some plain text`.

- [Ory.Model.UiNodeAnchorAttributes](Ory.Model.UiNodeAnchorAttributes.md): 

- [Ory.Model.UiNodeAttributes](Ory.Model.UiNodeAttributes.md): 

- [Ory.Model.UiNodeDivisionAttributes](Ory.Model.UiNodeDivisionAttributes.md): Division sections are used for interactive widgets that require a hook in the DOM / view.

- [Ory.Model.UiNodeImageAttributes](Ory.Model.UiNodeImageAttributes.md): 

- [Ory.Model.UiNodeInputAttributes](Ory.Model.UiNodeInputAttributes.md): InputAttributes represents the attributes of an input node

- [Ory.Model.UiNodeInputAttributesOption](Ory.Model.UiNodeInputAttributesOption.md): Represents a single selectable value for an input whose JSON schema defined an `enum`. The value is always a scalar JSON type (string, number, or boolean) serialized verbatim from the schema. When present, clients should render the parent input as a select/dropdown.

- [Ory.Model.UiNodeMeta](Ory.Model.UiNodeMeta.md): This might include a label and other information that can optionally be used to render UIs.

- [Ory.Model.UiNodeScriptAttributes](Ory.Model.UiNodeScriptAttributes.md): 

- [Ory.Model.UiNodeTextAttributes](Ory.Model.UiNodeTextAttributes.md): 

- [Ory.Model.UiText](Ory.Model.UiText.md): 

- [Ory.Model.UpdateFedcmFlowBody](Ory.Model.UpdateFedcmFlowBody.md): 

- [Ory.Model.UpdateIdentityBody](Ory.Model.UpdateIdentityBody.md): Update Identity Body

- [Ory.Model.UpdateLoginFlowBody](Ory.Model.UpdateLoginFlowBody.md): 

- [Ory.Model.UpdateLoginFlowWithCodeMethod](Ory.Model.UpdateLoginFlowWithCodeMethod.md): Update Login flow using the code method

- [Ory.Model.UpdateLoginFlowWithIdentifierFirstMethod](Ory.Model.UpdateLoginFlowWithIdentifierFirstMethod.md): Update Login Flow with Multi-Step Method

- [Ory.Model.UpdateLoginFlowWithLookupSecretMethod](Ory.Model.UpdateLoginFlowWithLookupSecretMethod.md): Update Login Flow with Lookup Secret Method

- [Ory.Model.UpdateLoginFlowWithOidcMethod](Ory.Model.UpdateLoginFlowWithOidcMethod.md): Update Login Flow with OpenID Connect Method

- [Ory.Model.UpdateLoginFlowWithPasskeyMethod](Ory.Model.UpdateLoginFlowWithPasskeyMethod.md): Update Login Flow with Passkey Method

- [Ory.Model.UpdateLoginFlowWithPasswordMethod](Ory.Model.UpdateLoginFlowWithPasswordMethod.md): Update Login Flow with Password Method

- [Ory.Model.UpdateLoginFlowWithSamlMethod](Ory.Model.UpdateLoginFlowWithSamlMethod.md): Update login flow using SAML

- [Ory.Model.UpdateLoginFlowWithTotpMethod](Ory.Model.UpdateLoginFlowWithTotpMethod.md): Update Login Flow with TOTP Method

- [Ory.Model.UpdateLoginFlowWithWebAuthnMethod](Ory.Model.UpdateLoginFlowWithWebAuthnMethod.md): Update Login Flow with WebAuthn Method

- [Ory.Model.UpdateOrganizationOnboardingPortalLinkBody](Ory.Model.UpdateOrganizationOnboardingPortalLinkBody.md): 

- [Ory.Model.UpdateRecoveryFlowBody](Ory.Model.UpdateRecoveryFlowBody.md): Update Recovery Flow Request Body

- [Ory.Model.UpdateRecoveryFlowWithCodeMethod](Ory.Model.UpdateRecoveryFlowWithCodeMethod.md): Update Recovery Flow with Code Method

- [Ory.Model.UpdateRecoveryFlowWithLinkMethod](Ory.Model.UpdateRecoveryFlowWithLinkMethod.md): Update Recovery Flow with Link Method

- [Ory.Model.UpdateRegistrationFlowBody](Ory.Model.UpdateRegistrationFlowBody.md): Update Registration Request Body

- [Ory.Model.UpdateRegistrationFlowWithCodeMethod](Ory.Model.UpdateRegistrationFlowWithCodeMethod.md): Update Registration Flow with Code Method

- [Ory.Model.UpdateRegistrationFlowWithOidcMethod](Ory.Model.UpdateRegistrationFlowWithOidcMethod.md): Update Registration Flow with OpenID Connect Method

- [Ory.Model.UpdateRegistrationFlowWithPasskeyMethod](Ory.Model.UpdateRegistrationFlowWithPasskeyMethod.md): Update Registration Flow with Passkey Method

- [Ory.Model.UpdateRegistrationFlowWithPasswordMethod](Ory.Model.UpdateRegistrationFlowWithPasswordMethod.md): Update Registration Flow with Password Method

- [Ory.Model.UpdateRegistrationFlowWithProfileMethod](Ory.Model.UpdateRegistrationFlowWithProfileMethod.md): Update Registration Flow with Profile Method

- [Ory.Model.UpdateRegistrationFlowWithSamlMethod](Ory.Model.UpdateRegistrationFlowWithSamlMethod.md): Update registration flow using SAML

- [Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod](Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod.md): Update Registration Flow with WebAuthn Method

- [Ory.Model.UpdateSettingsFlowBody](Ory.Model.UpdateSettingsFlowBody.md): Update Settings Flow Request Body

- [Ory.Model.UpdateSettingsFlowWithLookupMethod](Ory.Model.UpdateSettingsFlowWithLookupMethod.md): Update Settings Flow with Lookup Method

- [Ory.Model.UpdateSettingsFlowWithOidcMethod](Ory.Model.UpdateSettingsFlowWithOidcMethod.md): Update Settings Flow with OpenID Connect Method

- [Ory.Model.UpdateSettingsFlowWithPasskeyMethod](Ory.Model.UpdateSettingsFlowWithPasskeyMethod.md): Update Settings Flow with Passkey Method

- [Ory.Model.UpdateSettingsFlowWithPasswordMethod](Ory.Model.UpdateSettingsFlowWithPasswordMethod.md): Update Settings Flow with Password Method

- [Ory.Model.UpdateSettingsFlowWithProfileMethod](Ory.Model.UpdateSettingsFlowWithProfileMethod.md): Update Settings Flow with Profile Method

- [Ory.Model.UpdateSettingsFlowWithSamlMethod](Ory.Model.UpdateSettingsFlowWithSamlMethod.md): Update settings flow using SAML

- [Ory.Model.UpdateSettingsFlowWithTotpMethod](Ory.Model.UpdateSettingsFlowWithTotpMethod.md): Update Settings Flow with TOTP Method

- [Ory.Model.UpdateSettingsFlowWithWebAuthnMethod](Ory.Model.UpdateSettingsFlowWithWebAuthnMethod.md): Update Settings Flow with WebAuthn Method

- [Ory.Model.UpdateSubscriptionBody](Ory.Model.UpdateSubscriptionBody.md): 

- [Ory.Model.UpdateVerificationFlowBody](Ory.Model.UpdateVerificationFlowBody.md): Update Verification Flow Request Body

- [Ory.Model.UpdateVerificationFlowWithCodeMethod](Ory.Model.UpdateVerificationFlowWithCodeMethod.md): 

- [Ory.Model.UpdateVerificationFlowWithLinkMethod](Ory.Model.UpdateVerificationFlowWithLinkMethod.md): Update Verification Flow with Link Method

- [Ory.Model.UpdateWorkspaceBody](Ory.Model.UpdateWorkspaceBody.md): 

- [Ory.Model.Usage](Ory.Model.Usage.md): 

- [Ory.Model.ValidateBaseUrlRewriteRequest](Ory.Model.ValidateBaseUrlRewriteRequest.md): The endpoint is mounted on backoffice's admin listener and is not exposed on the public ingress; the bearer token is the credential. See .claude/docs/plans/courier-rewrite.md for the design.

- [Ory.Model.ValidateBaseUrlRewriteResponse](Ory.Model.ValidateBaseUrlRewriteResponse.md): ValidateBaseURLRewriteResponse is the response shape. The endpoint always returns HTTP 200 with a structured outcome so the client has a single response shape for tracing and so neither side has to special-case 4xx vs. body parsing.

- [Ory.Model.VerifiableCredentialPrimingResponse](Ory.Model.VerifiableCredentialPrimingResponse.md): 

- [Ory.Model.VerifiableCredentialProof](Ory.Model.VerifiableCredentialProof.md): 

- [Ory.Model.VerifiableCredentialResponse](Ory.Model.VerifiableCredentialResponse.md): 

- [Ory.Model.VerifiableIdentityAddress](Ory.Model.VerifiableIdentityAddress.md): VerifiableAddress is an identity's verifiable address

- [Ory.Model.VerificationErrorCode](Ory.Model.VerificationErrorCode.md): - VERIFICATION_ERROR_UNSPECIFIED: No error (key is valid)  - VERIFICATION_ERROR_INVALID_FORMAT: Credential format is invalid  - VERIFICATION_ERROR_EXPIRED: Credential has expired  - VERIFICATION_ERROR_REVOKED: Credential has been revoked  - VERIFICATION_ERROR_NOT_FOUND: Credential not found in database  - VERIFICATION_ERROR_SIGNATURE_INVALID: Cryptographic signature verification failed  - VERIFICATION_ERROR_INTERNAL: Internal server error during verification  - VERIFICATION_ERROR_IP_NOT_ALLOWED: Request IP is not in the key's allowed CIDR ranges  - VERIFICATION_ERROR_RATE_LIMITED: Rate limit quota exhausted (commercial-only)

- [Ory.Model.VerificationFlow](Ory.Model.VerificationFlow.md): Used to verify an out-of-band communication channel such as an email address or a phone number.  For more information head over to: https://www.ory.com/docs/kratos/self-service/flows/verify-email-account-activation

- [Ory.Model.VerificationFlowState](Ory.Model.VerificationFlowState.md): The experimental state represents the state of a verification flow. This field is EXPERIMENTAL and subject to change!

- [Ory.Model.VerifyApiKeyRequest](Ory.Model.VerifyApiKeyRequest.md): 

- [Ory.Model.VerifyApiKeyResponse](Ory.Model.VerifyApiKeyResponse.md): 

- [Ory.Model.VerifyUserCodeRequest](Ory.Model.VerifyUserCodeRequest.md): 

- [Ory.Model.Version](Ory.Model.Version.md): 

- [Ory.Model.Warning](Ory.Model.Warning.md): 

- [Ory.Model.Workspace](Ory.Model.Workspace.md): 

- [Ory.Model.WorkspaceApiKey](Ory.Model.WorkspaceApiKey.md): 

- [Ory.Model.WorkspaceOrganization](Ory.Model.WorkspaceOrganization.md): 

- [Ory.RequestBuilder](Ory.RequestBuilder.md): Helper functions for building Tesla requests

