getOAuth2Api method

OAuth2Api getOAuth2Api()

Get OAuth2Api instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed

Implementation

OAuth2Api getOAuth2Api() {
  return OAuth2Api(dio, serializers);
}