requestPasswordResetCustomRequestMapper property

String Function(String email)? requestPasswordResetCustomRequestMapper
final

Provides a way to customize the payload sent to the request password reset endpoint call

Implementation

final String Function(String email)? requestPasswordResetCustomRequestMapper;