UserRecoveryData
public struct UserRecoveryData : Contentextension UserRecoveryData: RCFValidatableUsed to attempt to recover an account in a forgotten-password type scenario.
Required by: POST /api/v3/auth/recovery
See AuthController.recoveryHandler(_:data:).
- 
                  
                  The user’s username. DeclarationSwift var username: String
- 
                  
                  The string to use – any one of: password / registration key / recovery key. DeclarationSwift var recoveryKey: String
- 
                  
                  The new password to set for the account. DeclarationSwift var newPassword: String
- 
                  
                  DeclarationSwift func runValidations(using decoder: ValidatingDecoder) throws
 View on GitHub
            View on GitHub
           UserRecoveryData Structure Reference
      UserRecoveryData Structure Reference