Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantintogoi committed Apr 8, 2020
1 parent b642ae0 commit 257b8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/authorization.rst
Expand Up @@ -5,7 +5,8 @@ To authorize with Platform@Mail.Ru OAuth 2.0 you need :code:`app_id`.
And you need either :code:`private_key` or :code:`secret_key`
for executing API requests after authorization.

After authorization you will receive:
The preferred way to authorize is an :code:`async with` statement.
After authorization the session will have the following attributes:

* :code:`session_key` aka :code:`access_token`
* :code:`uid` that is necessary only when :code:`secret_key` not passed
Expand Down

0 comments on commit 257b8aa

Please sign in to comment.