oauth2.0-注册相关
概述
1  | APP名称、APP描述、APP icon、HOME PAGE、回调地址、privacy policy、short tagline、是否公开  | 
client type
1  | 根据是否公开  | 
client_id
长度
1  | 一般采用32-character hex string  | 
client_secret
长度
1  | use a cryptographically-secure library to generate a 256-bit value and converting it to a hexadecimal representation  | 
保存方式
1  | 加密或散列(仅展现一次,需客户端保存)  | 
安全
1  | 查看需校验用户身份(如输入密码)  | 
delete application
1  | 应展示删除该应用的后果,如影响的用户数,  | 
reset secret
1  | 不必要使access token 失效  | 

