refreshTokenRequestBodyFieldsMapper property

FutureOr<Map<String, String>> Function(String refreshToken, String authToken) refreshTokenRequestBodyFieldsMapper
getter/setter pair

Provide a function to be used in order to use/pass the refresh token to the API endpoint using Client.bodyFields

Implementation

late FutureOr<Map<String, String>> Function(String refreshToken, String authToken)
    refreshTokenRequestBodyFieldsMapper;