Identity |
V0alpha2Api.adminCreateIdentity(AdminCreateIdentityBody adminCreateIdentityBody) |
Create an Identity
This endpoint creates an identity.
|
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
|
ApiResponse<Identity> |
V0alpha2Api.adminCreateIdentityWithHttpInfo(AdminCreateIdentityBody adminCreateIdentityBody) |
Create an Identity
This endpoint creates an identity.
|
SelfServiceRecoveryLink |
V0alpha2Api.adminCreateSelfServiceRecoveryLink(AdminCreateSelfServiceRecoveryLinkBody adminCreateSelfServiceRecoveryLinkBody) |
Create a Recovery Link
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.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
|
ApiResponse<SelfServiceRecoveryLink> |
V0alpha2Api.adminCreateSelfServiceRecoveryLinkWithHttpInfo(AdminCreateSelfServiceRecoveryLinkBody adminCreateSelfServiceRecoveryLinkBody) |
Create a Recovery Link
This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.
|
void |
V0alpha2Api.adminDeleteIdentity(String id) |
Delete an Identity
Calling this endpoint irrecoverably and permanently deletes the identity given its ID.
|
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
|
void |
V0alpha2Api.adminDeleteIdentitySessions(String id) |
Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
|
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
|
ApiResponse<Void> |
V0alpha2Api.adminDeleteIdentitySessionsWithHttpInfo(String id) |
Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
|
ApiResponse<Void> |
V0alpha2Api.adminDeleteIdentityWithHttpInfo(String id) |
Delete an Identity
Calling this endpoint irrecoverably and permanently deletes the identity given its ID.
|
Session |
V0alpha2Api.adminExtendSession(String id) |
Calling this endpoint extends the given session ID.
|
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
|
ApiResponse<Session> |
V0alpha2Api.adminExtendSessionWithHttpInfo(String id) |
Calling this endpoint extends the given session ID.
|
Identity |
V0alpha2Api.adminGetIdentity(String id,
List<String> includeCredential) |
Get an Identity
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.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
|
ApiResponse<Identity> |
V0alpha2Api.adminGetIdentityWithHttpInfo(String id,
List<String> includeCredential) |
Get an Identity
Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
|
List<Identity> |
V0alpha2Api.adminListIdentities(Long perPage,
Long page) |
List Identities
Lists all identities.
|
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
|
ApiResponse<List<Identity>> |
V0alpha2Api.adminListIdentitiesWithHttpInfo(Long perPage,
Long page) |
List Identities
Lists all identities.
|
List<Session> |
V0alpha2Api.adminListIdentitySessions(String id,
Long perPage,
Long page,
Boolean active) |
This endpoint returns all sessions that belong to the given Identity.
|
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
|
ApiResponse<List<Session>> |
V0alpha2Api.adminListIdentitySessionsWithHttpInfo(String id,
Long perPage,
Long page,
Boolean active) |
This endpoint returns all sessions that belong to the given Identity.
|
Identity |
V0alpha2Api.adminUpdateIdentity(String id,
AdminUpdateIdentityBody adminUpdateIdentityBody) |
Update an Identity
This endpoint updates an identity.
|
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
|
ApiResponse<Identity> |
V0alpha2Api.adminUpdateIdentityWithHttpInfo(String id,
AdminUpdateIdentityBody adminUpdateIdentityBody) |
Update an Identity
This endpoint updates an identity.
|
Project |
V0alpha2Api.createProject(CreateProjectBody createProjectBody) |
Create a Project
Creates a new project.
|
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
|
ApiResponse<Project> |
V0alpha2Api.createProjectWithHttpInfo(CreateProjectBody createProjectBody) |
Create a Project
Creates a new project.
|
SelfServiceLogoutUrl |
V0alpha2Api.createSelfServiceLogoutFlowUrlForBrowsers(String cookie) |
Create a Logout URL for Browsers
This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.
|
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
|
ApiResponse<SelfServiceLogoutUrl> |
V0alpha2Api.createSelfServiceLogoutFlowUrlForBrowsersWithHttpInfo(String cookie) |
Create a Logout URL for Browsers
This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.
|
Object |
V0alpha2Api.getJsonSchema(String id) |
Get a JSON Schema
|
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
|
ApiResponse<Object> |
V0alpha2Api.getJsonSchemaWithHttpInfo(String id) |
Get a JSON Schema
|
Project |
V0alpha2Api.getProject(String projectId) |
Get a Project
Get a projects you have access to by its ID.
|
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
|
List<CloudAccount> |
V0alpha2Api.getProjectMembers(String projectId) |
Get all members associated with this project.
|
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
|
ApiResponse<List<CloudAccount>> |
V0alpha2Api.getProjectMembersWithHttpInfo(String projectId) |
Get all members associated with this project.
|
ApiResponse<Project> |
V0alpha2Api.getProjectWithHttpInfo(String projectId) |
Get a Project
Get a projects you have access to by its ID.
|
SelfServiceError |
V0alpha2Api.getSelfServiceError(String id) |
Get Self-Service Errors
This endpoint returns the error associated with a user-facing self service errors.
|
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
|
ApiResponse<SelfServiceError> |
V0alpha2Api.getSelfServiceErrorWithHttpInfo(String id) |
Get Self-Service Errors
This endpoint returns the error associated with a user-facing self service errors.
|
SelfServiceLoginFlow |
V0alpha2Api.getSelfServiceLoginFlow(String id,
String cookie) |
Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
|
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
|
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.getSelfServiceLoginFlowWithHttpInfo(String id,
String cookie) |
Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
|
SelfServiceRecoveryFlow |
V0alpha2Api.getSelfServiceRecoveryFlow(String id,
String cookie) |
Get Recovery Flow
This endpoint returns a recovery flow's context with, for example, error details and other information.
|
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
|
ApiResponse<SelfServiceRecoveryFlow> |
V0alpha2Api.getSelfServiceRecoveryFlowWithHttpInfo(String id,
String cookie) |
Get Recovery Flow
This endpoint returns a recovery flow's context with, for example, error details and other information.
|
SelfServiceRegistrationFlow |
V0alpha2Api.getSelfServiceRegistrationFlow(String id,
String cookie) |
Get Registration Flow
This endpoint returns a registration flow's context with, for example, error details and other information.
|
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
|
ApiResponse<SelfServiceRegistrationFlow> |
V0alpha2Api.getSelfServiceRegistrationFlowWithHttpInfo(String id,
String cookie) |
Get Registration Flow
This endpoint returns a registration flow's context with, for example, error details and other information.
|
SelfServiceSettingsFlow |
V0alpha2Api.getSelfServiceSettingsFlow(String id,
String xSessionToken,
String cookie) |
Get Settings Flow
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.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
|
ApiResponse<SelfServiceSettingsFlow> |
V0alpha2Api.getSelfServiceSettingsFlowWithHttpInfo(String id,
String xSessionToken,
String cookie) |
Get Settings Flow
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.
|
SelfServiceVerificationFlow |
V0alpha2Api.getSelfServiceVerificationFlow(String id,
String cookie) |
Get Verification Flow
This endpoint returns a verification flow's context with, for example, error details and other information.
|
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
|
ApiResponse<SelfServiceVerificationFlow> |
V0alpha2Api.getSelfServiceVerificationFlowWithHttpInfo(String id,
String cookie) |
Get Verification Flow
This endpoint returns a verification flow's context with, for example, error details and other information.
|
InlineResponse2001 |
MetadataApi.getVersion() |
Return Running Software Version.
|
okhttp3.Call |
MetadataApi.getVersionAsync(ApiCallback<InlineResponse2001> _callback) |
Return Running Software Version.
|
okhttp3.Call |
MetadataApi.getVersionCall(ApiCallback _callback) |
Build call for getVersion
|
ApiResponse<InlineResponse2001> |
MetadataApi.getVersionWithHttpInfo() |
Return Running Software Version.
|
String |
V0alpha2Api.getWebAuthnJavaScript() |
Get WebAuthn JavaScript
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
|
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
|
ApiResponse<String> |
V0alpha2Api.getWebAuthnJavaScriptWithHttpInfo() |
Get WebAuthn JavaScript
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
|
SelfServiceLoginFlow |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsers(Boolean refresh,
String aal,
String returnTo) |
Initialize Login Flow for Browsers
This endpoint initializes a browser-based user login flow.
|
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
|
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsersWithHttpInfo(Boolean refresh,
String aal,
String returnTo) |
Initialize Login Flow for Browsers
This endpoint initializes a browser-based user login flow.
|
SelfServiceLoginFlow |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowser(Boolean refresh,
String aal,
String xSessionToken) |
Initialize Login Flow for APIs, Services, Apps, ...
|
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
|
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowserWithHttpInfo(Boolean refresh,
String aal,
String xSessionToken) |
Initialize Login Flow for APIs, Services, Apps, ...
|
SelfServiceRecoveryFlow |
V0alpha2Api.initializeSelfServiceRecoveryFlowForBrowsers(String returnTo) |
Initialize Recovery Flow for Browsers
This endpoint initializes a browser-based account recovery flow.
|
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
|
ApiResponse<SelfServiceRecoveryFlow> |
V0alpha2Api.initializeSelfServiceRecoveryFlowForBrowsersWithHttpInfo(String returnTo) |
Initialize Recovery Flow for Browsers
This endpoint initializes a browser-based account recovery flow.
|
SelfServiceRecoveryFlow |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowser() |
Initialize Recovery Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowserAsync(ApiCallback<SelfServiceRecoveryFlow> _callback) |
Initialize Recovery Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceRecoveryFlowWithoutBrowser
|
ApiResponse<SelfServiceRecoveryFlow> |
V0alpha2Api.initializeSelfServiceRecoveryFlowWithoutBrowserWithHttpInfo() |
Initialize Recovery Flow for APIs, Services, Apps, ...
|
SelfServiceRegistrationFlow |
V0alpha2Api.initializeSelfServiceRegistrationFlowForBrowsers(String returnTo) |
Initialize Registration Flow for Browsers
This endpoint initializes a browser-based user registration flow.
|
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
|
ApiResponse<SelfServiceRegistrationFlow> |
V0alpha2Api.initializeSelfServiceRegistrationFlowForBrowsersWithHttpInfo(String returnTo) |
Initialize Registration Flow for Browsers
This endpoint initializes a browser-based user registration flow.
|
SelfServiceRegistrationFlow |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowser() |
Initialize Registration Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowserAsync(ApiCallback<SelfServiceRegistrationFlow> _callback) |
Initialize Registration Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceRegistrationFlowWithoutBrowser
|
ApiResponse<SelfServiceRegistrationFlow> |
V0alpha2Api.initializeSelfServiceRegistrationFlowWithoutBrowserWithHttpInfo() |
Initialize Registration Flow for APIs, Services, Apps, ...
|
SelfServiceSettingsFlow |
V0alpha2Api.initializeSelfServiceSettingsFlowForBrowsers(String returnTo) |
Initialize Settings Flow for Browsers
This endpoint initializes a browser-based user settings flow.
|
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
|
ApiResponse<SelfServiceSettingsFlow> |
V0alpha2Api.initializeSelfServiceSettingsFlowForBrowsersWithHttpInfo(String returnTo) |
Initialize Settings Flow for Browsers
This endpoint initializes a browser-based user settings flow.
|
SelfServiceSettingsFlow |
V0alpha2Api.initializeSelfServiceSettingsFlowWithoutBrowser(String xSessionToken) |
Initialize Settings Flow for APIs, Services, Apps, ...
|
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
|
ApiResponse<SelfServiceSettingsFlow> |
V0alpha2Api.initializeSelfServiceSettingsFlowWithoutBrowserWithHttpInfo(String xSessionToken) |
Initialize Settings Flow for APIs, Services, Apps, ...
|
SelfServiceVerificationFlow |
V0alpha2Api.initializeSelfServiceVerificationFlowForBrowsers(String returnTo) |
Initialize Verification Flow for Browser Clients
This endpoint initializes a browser-based account verification flow.
|
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
|
ApiResponse<SelfServiceVerificationFlow> |
V0alpha2Api.initializeSelfServiceVerificationFlowForBrowsersWithHttpInfo(String returnTo) |
Initialize Verification Flow for Browser Clients
This endpoint initializes a browser-based account verification flow.
|
SelfServiceVerificationFlow |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowser() |
Initialize Verification Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowserAsync(ApiCallback<SelfServiceVerificationFlow> _callback) |
Initialize Verification Flow for APIs, Services, Apps, ...
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowserCall(ApiCallback _callback) |
Build call for initializeSelfServiceVerificationFlowWithoutBrowser
|
ApiResponse<SelfServiceVerificationFlow> |
V0alpha2Api.initializeSelfServiceVerificationFlowWithoutBrowserWithHttpInfo() |
Initialize Verification Flow for APIs, Services, Apps, ...
|
InlineResponse200 |
MetadataApi.isAlive() |
Check HTTP Server Status
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests.
|
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
|
ApiResponse<InlineResponse200> |
MetadataApi.isAliveWithHttpInfo() |
Check HTTP Server Status
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests.
|
InlineResponse200 |
MetadataApi.isReady() |
Check HTTP Server and Database Status
This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.
|
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
|
ApiResponse<InlineResponse200> |
MetadataApi.isReadyWithHttpInfo() |
Check HTTP Server and Database Status
This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.
|
List<IdentitySchema> |
V0alpha2Api.listIdentitySchemas(Long perPage,
Long page) |
Get all Identity Schemas
|
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
|
ApiResponse<List<IdentitySchema>> |
V0alpha2Api.listIdentitySchemasWithHttpInfo(Long perPage,
Long page) |
Get all Identity Schemas
|
List<ProjectMetadata> |
V0alpha2Api.listProjects() |
List All Projects
Lists all projects you have access to.
|
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
|
ApiResponse<List<ProjectMetadata>> |
V0alpha2Api.listProjectsWithHttpInfo() |
List All Projects
Lists all projects you have access to.
|
List<Session> |
V0alpha2Api.listSessions(String xSessionToken,
String cookie,
Long perPage,
Long page) |
This endpoints returns all other active sessions that belong to the logged-in user.
|
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
|
ApiResponse<List<Session>> |
V0alpha2Api.listSessionsWithHttpInfo(String xSessionToken,
String cookie,
Long perPage,
Long page) |
This endpoints returns all other active sessions that belong to the logged-in user.
|
SuccessfulProjectUpdate |
V0alpha2Api.patchProject(String projectId,
List<JsonPatch> jsonPatch) |
Patch an Ory Cloud Project Configuration
This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).
|
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
|
ApiResponse<SuccessfulProjectUpdate> |
V0alpha2Api.patchProjectWithHttpInfo(String projectId,
List<JsonPatch> jsonPatch) |
Patch an Ory Cloud Project Configuration
This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).
|
void |
V0alpha2Api.purgeProject(String projectId) |
Irrecoverably Purge a Project
!! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data.
|
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
|
ApiResponse<Void> |
V0alpha2Api.purgeProjectWithHttpInfo(String projectId) |
Irrecoverably Purge a Project
!! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data.
|
void |
V0alpha2Api.removeProjectMember(String projectId,
String memberId) |
Remove a member associated with this project.
|
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
|
ApiResponse<Void> |
V0alpha2Api.removeProjectMemberWithHttpInfo(String projectId,
String memberId) |
Remove a member associated with this project.
|
void |
V0alpha2Api.revokeSession(String id) |
Calling this endpoint invalidates the specified session.
|
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
|
RevokedSessions |
V0alpha2Api.revokeSessions(String xSessionToken,
String cookie) |
Calling this endpoint invalidates all except the current session that belong to the logged-in user.
|
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
|
ApiResponse<RevokedSessions> |
V0alpha2Api.revokeSessionsWithHttpInfo(String xSessionToken,
String cookie) |
Calling this endpoint invalidates all except the current session that belong to the logged-in user.
|
ApiResponse<Void> |
V0alpha2Api.revokeSessionWithHttpInfo(String id) |
Calling this endpoint invalidates the specified session.
|
SuccessfulSelfServiceLoginWithoutBrowser |
V0alpha2Api.submitSelfServiceLoginFlow(String flow,
String xSessionToken,
SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody) |
Submit a Login Flow
:::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.
|
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
|
ApiResponse<SuccessfulSelfServiceLoginWithoutBrowser> |
V0alpha2Api.submitSelfServiceLoginFlowWithHttpInfo(String flow,
String xSessionToken,
SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody) |
Submit a Login Flow
:::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.
|
void |
V0alpha2Api.submitSelfServiceLogoutFlow(String token,
String returnTo) |
Complete Self-Service Logout
This endpoint logs out an identity in a self-service manner.
|
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
|
ApiResponse<Void> |
V0alpha2Api.submitSelfServiceLogoutFlowWithHttpInfo(String token,
String returnTo) |
Complete Self-Service Logout
This endpoint logs out an identity in a self-service manner.
|
void |
V0alpha2Api.submitSelfServiceLogoutFlowWithoutBrowser(SubmitSelfServiceLogoutFlowWithoutBrowserBody submitSelfServiceLogoutFlowWithoutBrowserBody) |
Perform Logout for APIs, Services, Apps, ...
|
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
|
ApiResponse<Void> |
V0alpha2Api.submitSelfServiceLogoutFlowWithoutBrowserWithHttpInfo(SubmitSelfServiceLogoutFlowWithoutBrowserBody submitSelfServiceLogoutFlowWithoutBrowserBody) |
Perform Logout for APIs, Services, Apps, ...
|
SelfServiceRecoveryFlow |
V0alpha2Api.submitSelfServiceRecoveryFlow(String flow,
String token,
SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody) |
Complete Recovery Flow
Use this endpoint to complete a recovery flow.
|
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
|
ApiResponse<SelfServiceRecoveryFlow> |
V0alpha2Api.submitSelfServiceRecoveryFlowWithHttpInfo(String flow,
String token,
SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody) |
Complete Recovery Flow
Use this endpoint to complete a recovery flow.
|
SuccessfulSelfServiceRegistrationWithoutBrowser |
V0alpha2Api.submitSelfServiceRegistrationFlow(String flow,
SubmitSelfServiceRegistrationFlowBody submitSelfServiceRegistrationFlowBody) |
Submit a Registration Flow
Use this endpoint to complete a registration flow by sending an identity's traits and password.
|
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
|
ApiResponse<SuccessfulSelfServiceRegistrationWithoutBrowser> |
V0alpha2Api.submitSelfServiceRegistrationFlowWithHttpInfo(String flow,
SubmitSelfServiceRegistrationFlowBody submitSelfServiceRegistrationFlowBody) |
Submit a Registration Flow
Use this endpoint to complete a registration flow by sending an identity's traits and password.
|
SelfServiceSettingsFlow |
V0alpha2Api.submitSelfServiceSettingsFlow(String flow,
String xSessionToken,
SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody) |
Complete Settings Flow
Use this endpoint to complete a settings flow by sending an identity's updated password.
|
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
|
ApiResponse<SelfServiceSettingsFlow> |
V0alpha2Api.submitSelfServiceSettingsFlowWithHttpInfo(String flow,
String xSessionToken,
SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody) |
Complete Settings Flow
Use this endpoint to complete a settings flow by sending an identity's updated password.
|
SelfServiceVerificationFlow |
V0alpha2Api.submitSelfServiceVerificationFlow(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody) |
Complete Verification Flow
Use this endpoint to complete a verification flow.
|
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
|
ApiResponse<SelfServiceVerificationFlow> |
V0alpha2Api.submitSelfServiceVerificationFlowWithHttpInfo(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody) |
Complete Verification Flow
Use this endpoint to complete a verification flow.
|
Session |
V0alpha2Api.toSession(String xSessionToken,
String cookie) |
Check Who the Current HTTP Session Belongs To
Uses the HTTP Headers in the GET request to determine (e.g.
|
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
|
ApiResponse<Session> |
V0alpha2Api.toSessionWithHttpInfo(String xSessionToken,
String cookie) |
Check Who the Current HTTP Session Belongs To
Uses the HTTP Headers in the GET request to determine (e.g.
|
SuccessfulProjectUpdate |
V0alpha2Api.updateProject(String projectId,
UpdateProject updateProject) |
Update an Ory Cloud Project Configuration
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|
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
|
ApiResponse<SuccessfulProjectUpdate> |
V0alpha2Api.updateProjectWithHttpInfo(String projectId,
UpdateProject updateProject) |
Update an Ory Cloud Project Configuration
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|