Method: OryClient::IdentityApi#create_recovery_link_for_identity
- Defined in:
- lib/ory-client/api/identity_api.rb
#create_recovery_link_for_identity(opts = {}) ⇒ RecoveryLinkForIdentity
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.
220 221 222 223 |
# File 'lib/ory-client/api/identity_api.rb', line 220 def create_recovery_link_for_identity(opts = {}) data, _status_code, _headers = create_recovery_link_for_identity_with_http_info(opts) data end |