Securely connect your users to their memory with OAuth 2.1.
jean_sk_...
)client_id
and a redirect_uri
.redirect_uri
with a temporary code
.code
(along with your client_id
and client_secret
) for an access_token
and a refresh_token
.access_token
to make authenticated requests to the Jean Memory API on the user’s behalf.access_token
expires, use the refresh_token
to obtain a new one without requiring the user to log in again.client_id
and client_secret
.