customSignupCredentialsResponseParser property
Provides a way to transform Signup with Credentials response by providing access to RAW body
Implementation
final FutureOr<AuthenticationData>? Function(String body)? customSignupCredentialsResponseParser;