resolveJwt property
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;
This method is called on successfull call to refreshTokenEndpoint Provides a way to get a jwt from response, much like resolveValidationErrorsMap callback
final String Function(dynamic response)? resolveJwt;