Skip to content

Commit 90910c6

Browse files
janakmshahWidcket
andauthored
Add documentation for removing all entries (#121)
* Add documentation for removing all entries * Update README.md Co-authored-by: Rita Zerrizuela <[email protected]>
1 parent e1285b8 commit 90910c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ let jwt = keychain.string(forKey: "auth0-user-jwt", promptMessage: message)
126126
A0SimpleKeychain().deleteEntry(forKey: "auth0-user-jwt")
127127
```
128128

129+
### Remove all entries
130+
131+
Useful for testing.
132+
133+
```swift
134+
A0SimpleKeychain().clearAll()
135+
```
136+
129137
## Contributing
130138

131139
Just clone the repo, run `carthage bootstrap` and you're ready to contribute!

0 commit comments

Comments
 (0)