Uses of Class
sh.ory.model.SelfServiceRegistrationFlow
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceRegistrationFlow in sh.ory.api
Methods in sh.ory.api that return SelfServiceRegistrationFlow Modifier and Type Method Description SelfServiceRegistrationFlowV0alpha2Api. getSelfServiceRegistrationFlow(String id, String cookie)Get Registration Flow This endpoint returns a registration flow's context with, for example, error details and other information.SelfServiceRegistrationFlowV0alpha2Api. initializeSelfServiceRegistrationFlowForBrowsers(String returnTo)Initialize Registration Flow for Browsers This endpoint initializes a browser-based user registration flow.SelfServiceRegistrationFlowV0alpha2Api. initializeSelfServiceRegistrationFlowWithoutBrowser()Initialize Registration Flow for APIs, Services, Apps, ...Methods in sh.ory.api that return types with arguments of type SelfServiceRegistrationFlow Modifier and Type Method Description 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.ApiResponse<SelfServiceRegistrationFlow>V0alpha2Api. initializeSelfServiceRegistrationFlowForBrowsersWithHttpInfo(String returnTo)Initialize Registration Flow for Browsers This endpoint initializes a browser-based user registration flow.ApiResponse<SelfServiceRegistrationFlow>V0alpha2Api. initializeSelfServiceRegistrationFlowWithoutBrowserWithHttpInfo()Initialize Registration Flow for APIs, Services, Apps, ...Method parameters in sh.ory.api with type arguments of type SelfServiceRegistrationFlow Modifier and Type Method Description okhttp3.CallV0alpha2Api. 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.CallV0alpha2Api. initializeSelfServiceRegistrationFlowForBrowsersAsync(String returnTo, ApiCallback<SelfServiceRegistrationFlow> _callback)Initialize Registration Flow for Browsers (asynchronously) This endpoint initializes a browser-based user registration flow.okhttp3.CallV0alpha2Api. initializeSelfServiceRegistrationFlowWithoutBrowserAsync(ApiCallback<SelfServiceRegistrationFlow> _callback)Initialize Registration Flow for APIs, Services, Apps, ... -
Uses of SelfServiceRegistrationFlow in sh.ory.model
Methods in sh.ory.model that return SelfServiceRegistrationFlow Modifier and Type Method Description SelfServiceRegistrationFlowSelfServiceRegistrationFlow. active(IdentityCredentialsType active)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. expiresAt(OffsetDateTime expiresAt)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. id(UUID id)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. issuedAt(OffsetDateTime issuedAt)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. requestUrl(String requestUrl)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. returnTo(String returnTo)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. type(String type)SelfServiceRegistrationFlowSelfServiceRegistrationFlow. ui(UiContainer ui)