Skip to content

Commit 0a12f07

Browse files
ShreyaThapajcoon97
andauthored
Update README.md
Co-authored-by: James Coon <[email protected]>
1 parent f02e95c commit 0a12f07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ It is highly recommended that you encrypt any token data you store.
6868

6969
Application access tokens are used to authenticate against the API on behalf of an application. Application tokens can be used to access resources in the API that either belong to the application itself (`webhooks`, `events`, `webhook-subscriptions`) or the Dwolla Account that owns the application (`accounts`, `customers`, `funding-sources`, etc.). Application tokens are obtained by using the [`client_credentials`](https://tools.ietf.org/html/rfc6749#section-4.4) OAuth grant type:
7070

71-
[client_credentials]: https://tools.ietf.org/html/rfc6749#section-4.4
7271

7372
```python
7473
application_token = client.Auth.client()

0 commit comments

Comments
 (0)