We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code
state
csrfState
open_id
access_token
refresh_token
scope
The text was updated successfully, but these errors were encountered:
md-abdul-halim-rafi
No branches or pull requests
Connect the account
code
from redirect_uri and sendcode
,state
, andcsrfState
(from cookie) to the backendopen_id
,access_token
,refresh_token
andscope
scope
Regular snapshot
open_id
andaccess_token
for the userMeta information
access_token
has validity for 1drefresh_token
has validity for 1yCommon things to do
access_token
has expiredaccess_token
using therefresh_token
and update into the database for that userThe text was updated successfully, but these errors were encountered: