Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/auth/grant_types/password.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authenticating by Password
This grant type, `password`, can be used to generate an access token with an email address and password.
However, this grant type has been deprecated on all public clients.
However, this grant type has been deprecated on all public clients and will be removed fully with the update to Oauth2.1.

## Method
- Send a `POST` request to https://account-public-service-prod.ol.epicgames.com/account/api/oauth/token:
Expand Down