Uses of Class
sh.ory.model.SuccessfulSelfServiceRegistrationWithoutBrowser
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SuccessfulSelfServiceRegistrationWithoutBrowser in sh.ory.api
Methods in sh.ory.api that return SuccessfulSelfServiceRegistrationWithoutBrowser Modifier and Type Method Description SuccessfulSelfServiceRegistrationWithoutBrowserV0alpha2Api. 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.Methods in sh.ory.api that return types with arguments of type SuccessfulSelfServiceRegistrationWithoutBrowser Modifier and Type Method Description 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.Method parameters in sh.ory.api with type arguments of type SuccessfulSelfServiceRegistrationWithoutBrowser Modifier and Type Method Description okhttp3.CallV0alpha2Api. 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. -
Uses of SuccessfulSelfServiceRegistrationWithoutBrowser in sh.ory.model
Methods in sh.ory.model that return SuccessfulSelfServiceRegistrationWithoutBrowser Modifier and Type Method Description SuccessfulSelfServiceRegistrationWithoutBrowserSuccessfulSelfServiceRegistrationWithoutBrowser. identity(Identity identity)SuccessfulSelfServiceRegistrationWithoutBrowserSuccessfulSelfServiceRegistrationWithoutBrowser. session(Session session)SuccessfulSelfServiceRegistrationWithoutBrowserSuccessfulSelfServiceRegistrationWithoutBrowser. sessionToken(String sessionToken)