We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171d53 commit be77d85Copy full SHA for be77d85
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.1
2
+
3
+- Fix build
4
+- Export `OAuthToken`
5
6
## 2.0.0
7
8
- BREAKING: `TokenStorage` now provides the option to asynchronously retrieve tokens.
README.md
@@ -14,7 +14,7 @@ Easily authenticate using OAuth 2.0 client/password grants.
14
Install passputter from [pub.dev](https://pub.dev/packages/passputter):
15
16
```yaml
17
-passputter: ^2.0.0
+passputter: ^2.0.1
18
```
19
20
## ✅ Prerequisites
pubspec.yaml
@@ -1,6 +1,6 @@
name: passputter
description: Easily authenticate using OAuth 2.0 client/password grants.
-version: 2.0.0
+version: 2.0.1
repository: https://github.com/netsells/passputter
environment:
0 commit comments