DRFAuth constructor

DRFAuth(
  1. String baseUrl,
  2. String usernameField,
  3. String tokenPath,
  4. String refreshPath,
)

Implementation

DRFAuth(this.baseUrl, this.usernameField, this.tokenPath, this.refreshPath);