AuthTokenInterceptor constructor
Implementation
const AuthTokenInterceptor({
required this.clientId,
required this.clientSecret,
required this.tokenUrl,
required this.scopes,
required this.username,
required this.password,
});
const AuthTokenInterceptor({
required this.clientId,
required this.clientSecret,
required this.tokenUrl,
required this.scopes,
required this.username,
required this.password,
});