resendVerificationCodeApiEndpoint property

Uri Function(AuthenticationData data)? resendVerificationCodeApiEndpoint
final

Verify account

Provides an endpoint to be used when requesting a new account verification code to be send

Implementation

///
/// Provides an endpoint to be used when requesting a new account verification code to be send
final Uri Function(AuthenticationData data)? resendVerificationCodeApiEndpoint;