customAuthenticationAppleResponseParser property

FutureOr<AuthenticationData> Function(String response)? customAuthenticationAppleResponseParser
final

Provides a way to transform authenticateAppleAPIendpoint response

Implementation

final FutureOr<AuthenticationData> Function(String response)? customAuthenticationAppleResponseParser;