Skip to content
Yòmá edited this page Mar 11, 2023 · 4 revisions

OAuth

42 API

e.g

grant_type    =   "authorization_code" | "client_credentials"
code          =
client_id     =
client_secret =
redirect_uri  =
scope         =   "public"

access_token  = 42804d1f2480c240f94d8f24b45b318e4bf42e742f0c06a42c6f4242787af42d
token_type    = bearer
expires_in    = 7200
scope         = public
created_at    = 1443451918

Authorization = "Bearer " TAKEN_ACCESS_TOKEN

Other

Clone this wiki locally