Uses of Class
sh.ory.model.SelfServiceRecoveryLink
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceRecoveryLink in sh.ory.api
Methods in sh.ory.api that return SelfServiceRecoveryLink 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.Methods in sh.ory.api that return types with arguments of type SelfServiceRecoveryLink Modifier and Type Method Description 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.Method parameters in sh.ory.api with type arguments of type SelfServiceRecoveryLink Modifier and Type Method Description 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. -
Uses of SelfServiceRecoveryLink in sh.ory.model
Methods in sh.ory.model that return SelfServiceRecoveryLink Modifier and Type Method Description SelfServiceRecoveryLinkSelfServiceRecoveryLink. expiresAt(OffsetDateTime expiresAt)SelfServiceRecoveryLinkSelfServiceRecoveryLink. recoveryLink(String recoveryLink)