Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 633 Bytes

SelfServiceRecoveryLink.md

File metadata and controls

16 lines (11 loc) · 633 Bytes

kratos_api_dart.model.SelfServiceRecoveryLink

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
expiresAt DateTime Recovery Link Expires At The timestamp when the recovery link expires. [optional]
recoveryLink String Recovery Link This link can be used to recover the account.

[Back to Model list] [Back to API list] [Back to README]