resendVerificationCodeCustomRequestMapper property
String Function(AuthenticationData data, CustomVerificationCodePayload? customPayload)?
resendVerificationCodeCustomRequestMapper
final
Provides a way to customize the payload sent to the resendVerificationCodeApiEndpoint call if CustomVerificationCodePayload was passed when calling event, it will be available on the callbackProvided
Implementation
final String Function(
AuthenticationData data,
CustomVerificationCodePayload? customPayload,
)? resendVerificationCodeCustomRequestMapper;