okhttp3.Call |
V0alpha2Api.adminCreateIdentityAsync(AdminCreateIdentityBody adminCreateIdentityBody,
ApiCallback<Identity> _callback) |
Create an Identity (asynchronously)
This endpoint creates an identity.
|
okhttp3.Call |
V0alpha2Api.adminCreateIdentityCall(AdminCreateIdentityBody adminCreateIdentityBody,
ApiCallback _callback) |
Build call for adminCreateIdentity
|
okhttp3.Call |
V0alpha2Api.adminCreateSelfServiceRecoveryLinkAsync(AdminCreateSelfServiceRecoveryLinkBody adminCreateSelfServiceRecoveryLinkBody,
ApiCallback<SelfServiceRecoveryLink> _callback) |
Create a Recovery Link (asynchronously)
This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.
|
okhttp3.Call |
V0alpha2Api.adminCreateSelfServiceRecoveryLinkCall(AdminCreateSelfServiceRecoveryLinkBody adminCreateSelfServiceRecoveryLinkBody,
ApiCallback _callback) |
Build call for adminCreateSelfServiceRecoveryLink
|
okhttp3.Call |
V0alpha2Api.adminDeleteIdentityAsync(String id,
ApiCallback<Void> _callback) |
Delete an Identity (asynchronously)
Calling this endpoint irrecoverably and permanently deletes the identity given its ID.
|
okhttp3.Call |
V0alpha2Api.adminDeleteIdentityCall(String id,
ApiCallback _callback) |
Build call for adminDeleteIdentity
|
okhttp3.Call |
V0alpha2Api.adminDeleteIdentitySessionsAsync(String id,
ApiCallback<Void> _callback) |
Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
|
okhttp3.Call |
V0alpha2Api.adminDeleteIdentitySessionsCall(String id,
ApiCallback _callback) |
Build call for adminDeleteIdentitySessions
|
okhttp3.Call |
V0alpha2Api.adminExtendSessionAsync(String id,
ApiCallback<Session> _callback) |
Calling this endpoint extends the given session ID.
|
okhttp3.Call |
V0alpha2Api.adminExtendSessionCall(String id,
ApiCallback _callback) |
Build call for adminExtendSession
|
okhttp3.Call |
V0alpha2Api.adminGetIdentityAsync(String id,
List<String> includeCredential,
ApiCallback<Identity> _callback) |
Get an Identity (asynchronously)
Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
|
okhttp3.Call |
V0alpha2Api.adminGetIdentityCall(String id,
List<String> includeCredential,
ApiCallback _callback) |
Build call for adminGetIdentity
|
okhttp3.Call |
V0alpha2Api.adminListIdentitiesAsync(Long perPage,
Long page,
ApiCallback<List<Identity>> _callback) |
List Identities (asynchronously)
Lists all identities.
|
okhttp3.Call |
V0alpha2Api.adminListIdentitiesCall(Long perPage,
Long page,
ApiCallback _callback) |
Build call for adminListIdentities
|
okhttp3.Call |
V0alpha2Api.adminListIdentitySessionsAsync(String id,
Long perPage,
Long page,
Boolean active,
ApiCallback<List<Session>> _callback) |
This endpoint returns all sessions that belong to the given Identity.
|
okhttp3.Call |
V0alpha2Api.adminListIdentitySessionsCall(String id,
Long perPage,
Long page,
Boolean active,
ApiCallback _callback) |
Build call for adminListIdentitySessions
|
okhttp3.Call |
V0alpha2Api.adminUpdateIdentityAsync(String id,
AdminUpdateIdentityBody adminUpdateIdentityBody,
ApiCallback<Identity> _callback) |
Update an Identity (asynchronously)
This endpoint updates an identity.
|
okhttp3.Call |
V0alpha2Api.adminUpdateIdentityCall(String id,
AdminUpdateIdentityBody adminUpdateIdentityBody,
ApiCallback _callback) |
Build call for adminUpdateIdentity
|
okhttp3.Call |
V0alpha2Api.createProjectAsync(CreateProjectBody createProjectBody,
ApiCallback<Project> _callback) |
Create a Project (asynchronously)
Creates a new project.
|
okhttp3.Call |
V0alpha2Api.createProjectCall(CreateProjectBody createProjectBody,
ApiCallback _callback) |
Build call for createProject
|
okhttp3.Call |
V0alpha2Api.createSelfServiceLogoutFlowUrlForBrowsersAsync(String cookie,
ApiCallback<SelfServiceLogoutUrl> _callback) |
Create a Logout URL for Browsers (asynchronously)
This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.
|
okhttp3.Call |
V0alpha2Api.createSelfServiceLogoutFlowUrlForBrowsersCall(String cookie,
ApiCallback _callback) |
Build call for createSelfServiceLogoutFlowUrlForBrowsers
|
okhttp3.Call |
V0alpha2Api.getJsonSchemaAsync(String id,
ApiCallback<Object> _callback) |
(asynchronously)
Get a JSON Schema
|
okhttp3.Call |
V0alpha2Api.getJsonSchemaCall(String id,
ApiCallback _callback) |
Build call for getJsonSchema
|
okhttp3.Call |
V0alpha2Api.getProjectAsync(String projectId,
ApiCallback<Project> _callback) |
Get a Project (asynchronously)
Get a projects you have access to by its ID.
|
okhttp3.Call |
V0alpha2Api.getProjectCall(String projectId,
ApiCallback _callback) |
Build call for getProject
|
okhttp3.Call |
V0alpha2Api.getProjectMembersAsync(String projectId,
ApiCallback<List<CloudAccount>> _callback) |
Get all members associated with this project.
|
okhttp3.Call |
V0alpha2Api.getProjectMembersCall(String projectId,
ApiCallback _callback) |
Build call for getProjectMembers
|
okhttp3.Call |
V0alpha2Api.getSelfServiceErrorAsync(String id,
ApiCallback<SelfServiceError> _callback) |
Get Self-Service Errors (asynchronously)
This endpoint returns the error associated with a user-facing self service errors.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceErrorCall(String id,
ApiCallback _callback) |
Build call for getSelfServiceError
|
okhttp3.Call |
V0alpha2Api.getSelfServiceLoginFlowAsync(String id,
String cookie,
ApiCallback<SelfServiceLoginFlow> _callback) |
Get Login Flow (asynchronously)
This endpoint returns a login flow's context with, for example, error details and other information.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceLoginFlowCall(String id,
String cookie,
ApiCallback _callback) |
Build call for getSelfServiceLoginFlow
|
okhttp3.Call |
V0alpha2Api.getSelfServiceRecoveryFlowAsync(String id,
String cookie,
ApiCallback<SelfServiceRecoveryFlow> _callback) |
Get Recovery Flow (asynchronously)
This endpoint returns a recovery flow's context with, for example, error details and other information.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceRecoveryFlowCall(String id,
String cookie,
ApiCallback _callback) |
Build call for getSelfServiceRecoveryFlow
|
okhttp3.Call |
V0alpha2Api.getSelfServiceRegistrationFlowAsync(String id,
String cookie,
ApiCallback<SelfServiceRegistrationFlow> _callback) |
Get Registration Flow (asynchronously)
This endpoint returns a registration flow's context with, for example, error details and other information.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceRegistrationFlowCall(String id,
String cookie,
ApiCallback _callback) |
Build call for getSelfServiceRegistrationFlow
|
okhttp3.Call |
V0alpha2Api.getSelfServiceSettingsFlowAsync(String id,
String xSessionToken,
String cookie,
ApiCallback<SelfServiceSettingsFlow> _callback) |
Get Settings Flow (asynchronously)
When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceSettingsFlowCall(String id,
String xSessionToken,
String cookie,
ApiCallback _callback) |
Build call for getSelfServiceSettingsFlow
|
okhttp3.Call |
V0alpha2Api.getSelfServiceVerificationFlowAsync(String id,
String cookie,
ApiCallback<SelfServiceVerificationFlow> _callback) |
Get Verification Flow (asynchronously)
This endpoint returns a verification flow's context with, for example, error details and other information.
|
okhttp3.Call |
V0alpha2Api.getSelfServiceVerificationFlowCall(String id,
String cookie,
ApiCallback _callback) |
Build call for getSelfServiceVerificationFlow
|
okhttp3.Call |
MetadataApi.getVersionAsync(ApiCallback<InlineResponse2001> _callback) |
Return Running Software Version.
|
okhttp3.Call |
MetadataApi.getVersionCall(ApiCallback _callback) |
Build call for getVersion
|
okhttp3.Call |
V0alpha2Api.getWebAuthnJavaScriptAsync(ApiCallback<String> _callback) |
Get WebAuthn JavaScript (asynchronously)
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
|
okhttp3.Call |
V0alpha2Api.getWebAuthnJavaScriptCall(ApiCallback _callback) |
Build call for getWebAuthnJavaScript
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsersAsync(Boolean refresh,
String aal,
String returnTo,
ApiCallback<SelfServiceLoginFlow> _callback) |
Initialize Login Flow for Browsers (asynchronously)
This endpoint initializes a browser-based user login flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsersCall(Boolean refresh,
String aal,
String returnTo,
ApiCallback _callback) |
Build call for initializeSelfServiceLoginFlowForBrowsers
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowserAsync(Boolean refresh,
String aal,
String xSessionToken,
ApiCallback<SelfServiceLoginFlow> _callback) |
Initialize Login Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowserCall(Boolean refresh,
String aal,
String xSessionToken,
ApiCallback _callback) |
Build call for initializeSelfServiceLoginFlowWithoutBrowser
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowForBrowsersAsync(String returnTo,
ApiCallback<SelfServiceRecoveryFlow> _callback) |
Initialize Recovery Flow for Browsers (asynchronously)
This endpoint initializes a browser-based account recovery flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowForBrowsersCall(String returnTo,
ApiCallback _callback) |
Build call for initializeSelfServiceRecoveryFlowForBrowsers
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowserAsync(ApiCallback<SelfServiceRecoveryFlow> _callback) |
Initialize Recovery Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceRecoveryFlowWithoutBrowser
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowForBrowsersAsync(String returnTo,
ApiCallback<SelfServiceRegistrationFlow> _callback) |
Initialize Registration Flow for Browsers (asynchronously)
This endpoint initializes a browser-based user registration flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowForBrowsersCall(String returnTo,
ApiCallback _callback) |
Build call for initializeSelfServiceRegistrationFlowForBrowsers
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowserAsync(ApiCallback<SelfServiceRegistrationFlow> _callback) |
Initialize Registration Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceRegistrationFlowWithoutBrowser
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceSettingsFlowForBrowsersAsync(String returnTo,
ApiCallback<SelfServiceSettingsFlow> _callback) |
Initialize Settings Flow for Browsers (asynchronously)
This endpoint initializes a browser-based user settings flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceSettingsFlowForBrowsersCall(String returnTo,
ApiCallback _callback) |
Build call for initializeSelfServiceSettingsFlowForBrowsers
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceSettingsFlowWithoutBrowserAsync(String xSessionToken,
ApiCallback<SelfServiceSettingsFlow> _callback) |
Initialize Settings Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceSettingsFlowWithoutBrowserCall(String xSessionToken,
ApiCallback _callback) |
Build call for initializeSelfServiceSettingsFlowWithoutBrowser
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowForBrowsersAsync(String returnTo,
ApiCallback<SelfServiceVerificationFlow> _callback) |
Initialize Verification Flow for Browser Clients (asynchronously)
This endpoint initializes a browser-based account verification flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowForBrowsersCall(String returnTo,
ApiCallback _callback) |
Build call for initializeSelfServiceVerificationFlowForBrowsers
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowserAsync(ApiCallback<SelfServiceVerificationFlow> _callback) |
Initialize Verification Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceVerificationFlowWithoutBrowser
|
okhttp3.Call |
MetadataApi.isAliveAsync(ApiCallback<InlineResponse200> _callback) |
Check HTTP Server Status (asynchronously)
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests.
|
okhttp3.Call |
MetadataApi.isAliveCall(ApiCallback _callback) |
Build call for isAlive
|
okhttp3.Call |
MetadataApi.isReadyAsync(ApiCallback<InlineResponse200> _callback) |
Check HTTP Server and Database Status (asynchronously)
This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.
|
okhttp3.Call |
MetadataApi.isReadyCall(ApiCallback _callback) |
Build call for isReady
|
okhttp3.Call |
V0alpha2Api.listIdentitySchemasAsync(Long perPage,
Long page,
ApiCallback<List<IdentitySchema>> _callback) |
(asynchronously)
Get all Identity Schemas
|
okhttp3.Call |
V0alpha2Api.listIdentitySchemasCall(Long perPage,
Long page,
ApiCallback _callback) |
Build call for listIdentitySchemas
|
okhttp3.Call |
V0alpha2Api.listProjectsAsync(ApiCallback<List<ProjectMetadata>> _callback) |
List All Projects (asynchronously)
Lists all projects you have access to.
|
okhttp3.Call |
V0alpha2Api.listProjectsCall(ApiCallback _callback) |
Build call for listProjects
|
okhttp3.Call |
V0alpha2Api.listSessionsAsync(String xSessionToken,
String cookie,
Long perPage,
Long page,
ApiCallback<List<Session>> _callback) |
This endpoints returns all other active sessions that belong to the logged-in user.
|
okhttp3.Call |
V0alpha2Api.listSessionsCall(String xSessionToken,
String cookie,
Long perPage,
Long page,
ApiCallback _callback) |
Build call for listSessions
|
okhttp3.Call |
V0alpha2Api.patchProjectAsync(String projectId,
List<JsonPatch> jsonPatch,
ApiCallback<SuccessfulProjectUpdate> _callback) |
Patch an Ory Cloud Project Configuration (asynchronously)
This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).
|
okhttp3.Call |
V0alpha2Api.patchProjectCall(String projectId,
List<JsonPatch> jsonPatch,
ApiCallback _callback) |
Build call for patchProject
|
okhttp3.Call |
V0alpha2Api.purgeProjectAsync(String projectId,
ApiCallback<Void> _callback) |
Irrecoverably Purge a Project (asynchronously)
!! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data.
|
okhttp3.Call |
V0alpha2Api.purgeProjectCall(String projectId,
ApiCallback _callback) |
Build call for purgeProject
|
okhttp3.Call |
V0alpha2Api.removeProjectMemberAsync(String projectId,
String memberId,
ApiCallback<Void> _callback) |
Remove a member associated with this project.
|
okhttp3.Call |
V0alpha2Api.removeProjectMemberCall(String projectId,
String memberId,
ApiCallback _callback) |
Build call for removeProjectMember
|
okhttp3.Call |
V0alpha2Api.revokeSessionAsync(String id,
ApiCallback<Void> _callback) |
Calling this endpoint invalidates the specified session.
|
okhttp3.Call |
V0alpha2Api.revokeSessionCall(String id,
ApiCallback _callback) |
Build call for revokeSession
|
okhttp3.Call |
V0alpha2Api.revokeSessionsAsync(String xSessionToken,
String cookie,
ApiCallback<RevokedSessions> _callback) |
Calling this endpoint invalidates all except the current session that belong to the logged-in user.
|
okhttp3.Call |
V0alpha2Api.revokeSessionsCall(String xSessionToken,
String cookie,
ApiCallback _callback) |
Build call for revokeSessions
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLoginFlowAsync(String flow,
String xSessionToken,
SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody,
ApiCallback<SuccessfulSelfServiceLoginWithoutBrowser> _callback) |
Submit a Login Flow (asynchronously)
:::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLoginFlowCall(String flow,
String xSessionToken,
SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceLoginFlow
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLogoutFlowAsync(String token,
String returnTo,
ApiCallback<Void> _callback) |
Complete Self-Service Logout (asynchronously)
This endpoint logs out an identity in a self-service manner.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLogoutFlowCall(String token,
String returnTo,
ApiCallback _callback) |
Build call for submitSelfServiceLogoutFlow
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLogoutFlowWithoutBrowserAsync(SubmitSelfServiceLogoutFlowWithoutBrowserBody submitSelfServiceLogoutFlowWithoutBrowserBody,
ApiCallback<Void> _callback) |
Perform Logout for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceLogoutFlowWithoutBrowserCall(SubmitSelfServiceLogoutFlowWithoutBrowserBody submitSelfServiceLogoutFlowWithoutBrowserBody,
ApiCallback _callback) |
Build call for submitSelfServiceLogoutFlowWithoutBrowser
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceRecoveryFlowAsync(String flow,
String token,
SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody,
ApiCallback<SelfServiceRecoveryFlow> _callback) |
Complete Recovery Flow (asynchronously)
Use this endpoint to complete a recovery flow.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceRecoveryFlowCall(String flow,
String token,
SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceRecoveryFlow
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceRegistrationFlowAsync(String flow,
SubmitSelfServiceRegistrationFlowBody submitSelfServiceRegistrationFlowBody,
ApiCallback<SuccessfulSelfServiceRegistrationWithoutBrowser> _callback) |
Submit a Registration Flow (asynchronously)
Use this endpoint to complete a registration flow by sending an identity's traits and password.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceRegistrationFlowCall(String flow,
SubmitSelfServiceRegistrationFlowBody submitSelfServiceRegistrationFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceRegistrationFlow
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceSettingsFlowAsync(String flow,
String xSessionToken,
SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody,
ApiCallback<SelfServiceSettingsFlow> _callback) |
Complete Settings Flow (asynchronously)
Use this endpoint to complete a settings flow by sending an identity's updated password.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceSettingsFlowCall(String flow,
String xSessionToken,
SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceSettingsFlow
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceVerificationFlowAsync(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody,
ApiCallback<SelfServiceVerificationFlow> _callback) |
Complete Verification Flow (asynchronously)
Use this endpoint to complete a verification flow.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceVerificationFlowCall(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceVerificationFlow
|
okhttp3.Call |
V0alpha2Api.toSessionAsync(String xSessionToken,
String cookie,
ApiCallback<Session> _callback) |
Check Who the Current HTTP Session Belongs To (asynchronously)
Uses the HTTP Headers in the GET request to determine (e.g.
|
okhttp3.Call |
V0alpha2Api.toSessionCall(String xSessionToken,
String cookie,
ApiCallback _callback) |
Build call for toSession
|
okhttp3.Call |
V0alpha2Api.updateProjectAsync(String projectId,
UpdateProject updateProject,
ApiCallback<SuccessfulProjectUpdate> _callback) |
Update an Ory Cloud Project Configuration (asynchronously)
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|
okhttp3.Call |
V0alpha2Api.updateProjectCall(String projectId,
UpdateProject updateProject,
ApiCallback _callback) |
Build call for updateProject
|