RestApiClientOptions constructor
RestApiClientOptions({
- String baseUrl = '',
- bool keepRetryingOnNetworkError = true,
- bool overrideBadCertificate = true,
- String refreshTokenEndpoint = '',
- String refreshTokenParameterName = '',
- String resolveJwt(
- dynamic response
- String resolveRefreshToken(
- dynamic response
- Map<
String, List< resolveValidationErrorsMap(String> >- dynamic response
Implementation
RestApiClientOptions({
this.baseUrl = '',
this.keepRetryingOnNetworkError = true,
this.overrideBadCertificate = true,
this.refreshTokenEndpoint = '',
this.refreshTokenParameterName = '',
this.resolveJwt,
this.resolveRefreshToken,
this.resolveValidationErrorsMap,
});