Add grant_type description

0.3
lishengzhao 2015-05-15 14:43:08 +08:00
parent 2c08bc359e
commit 4a4301f02c
1 changed files with 1 additions and 0 deletions

View File

@ -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>