AuthInterceptor constructor
AuthInterceptor({})
Creates an auth interceptor with a token provider
Implementation
AuthInterceptor({
required this.tokenProvider,
this.tokenPrefix = 'Bearer',
this.headerName = 'Authorization',
});