Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update README.md (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta authored Dec 12, 2019
1 parent 276dda8 commit 8fe896a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/okta-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ await revokeRefreshToken();

Removes all tokens from local storage. Resolves `true` if tokens were successfully cleared.

```javascript
await clearTokens();
```

### `introspectAccessToken`

Introspect the access token.
Expand Down Expand Up @@ -455,4 +459,4 @@ We welcome contributions to all of our open-source packages. Please see the [con
We use [yarn](https://yarnpkg.com) for dependency management when developing this package:
```
yarn install
```
```

0 comments on commit 8fe896a

Please sign in to comment.