resolveJwt property

String Function(dynamic response)? resolveJwt
final

This method is called on successfull call to refreshTokenEndpoint Provides a way to get a jwt from response, much like resolveValidationErrorsMap callback

Implementation

final String Function(dynamic response)? resolveJwt;