customSignupCredentialsResponseParser property

FutureOr<AuthenticationData>? Function(String body)? customSignupCredentialsResponseParser
finalinherited

Provides a way to transform Signup with Credentials response by providing access to RAW body

Implementation

final FutureOr<AuthenticationData>? Function(String body)? customSignupCredentialsResponseParser;