Add grant_type description
parent
2c08bc359e
commit
4a4301f02c
|
@ -53,6 +53,7 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<strong>grant_type</strong>
|
<strong>grant_type</strong>
|
||||||
|
<br/>
|
||||||
说明Oauth支持的grant_type(授权方式)与功能
|
说明Oauth支持的grant_type(授权方式)与功能
|
||||||
<ol>
|
<ol>
|
||||||
<li><code>authorization_code</code> -- 授权码模式(即先登录获取code,再获取token)</li>
|
<li><code>authorization_code</code> -- 授权码模式(即先登录获取code,再获取token)</li>
|
||||||
|
|
Loading…
Reference in New Issue