獲取token

POST https://intella-sso-server-domain/oauth/token

Query Parameters

NameTypeDescription

grant_type

string

授權方式

code

string

授權碼

Headers

NameTypeDescription

Authorization

string

sfd

Content-Type

string

application/x-www-form-urlencoded

{    "access_token": "xxxxxxxxxxxxxxxx"  }

Last updated