You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install passputter from [pub.dev](https://pub.dev/packages/passputter):
15
15
16
16
```yaml
17
-
passputter: ^2.0.1
17
+
passputter: ^2.1.0
18
18
```
19
19
20
20
## ✅ Prerequisites
@@ -128,6 +128,14 @@ Passputter provides two interceptors which you can add to your Dio instances: `U
128
128
129
129
`ClientTokenInterceptor`will add a client token to all requests. If no token is saved in your `TokenStorage`, the interceptor will attempt to generate one before continuing.
130
130
131
+
You can retrieve them from your `Passputter` instance:
0 commit comments