Uses of Class
sh.ory.model.AdminCreateSelfServiceRecoveryLinkBody
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of AdminCreateSelfServiceRecoveryLinkBody in sh.ory.api
Methods in sh.ory.api with parameters of type AdminCreateSelfServiceRecoveryLinkBody Modifier and Type Method Description SelfServiceRecoveryLinkV0alpha2Api. 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.CallV0alpha2Api. 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.CallV0alpha2Api. adminCreateSelfServiceRecoveryLinkCall(AdminCreateSelfServiceRecoveryLinkBody adminCreateSelfServiceRecoveryLinkBody, ApiCallback _callback)Build call for adminCreateSelfServiceRecoveryLinkApiResponse<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. -
Uses of AdminCreateSelfServiceRecoveryLinkBody in sh.ory.model
Methods in sh.ory.model that return AdminCreateSelfServiceRecoveryLinkBody Modifier and Type Method Description AdminCreateSelfServiceRecoveryLinkBodyAdminCreateSelfServiceRecoveryLinkBody. expiresIn(String expiresIn)AdminCreateSelfServiceRecoveryLinkBodyAdminCreateSelfServiceRecoveryLinkBody. identityId(UUID identityId)