updateUsernameCustomRequestMapper property

String Function(String username)? updateUsernameCustomRequestMapper
final

Provides a way to customize the payload sent to confirm update username endpoint call

Implementation

final String Function(String username)? updateUsernameCustomRequestMapper;