public interface OAuthConstant
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段详细资料
-
AUTHORIZATION_CODE
static final String AUTHORIZATION_CODE
code授权码模式
- 另请参阅:
-
-
REFRESH_TOKEN
static final String REFRESH_TOKEN
refresh_token模式
- 另请参阅:
-
-
OAUTH_CODE_PRE
static final String OAUTH_CODE_PRE
code前缀
- 另请参阅:
-
-
OAUTH_TOKEN_PRE
static final String OAUTH_TOKEN_PRE
token前缀
- 另请参阅:
-
-
OAUTH_TOKEN_INFO_PRE
static final String OAUTH_TOKEN_INFO_PRE
token信息前缀
- 另请参阅:
-
-
OAUTH_REFRESH_TOKEN_PRE
static final String OAUTH_REFRESH_TOKEN_PRE
refresh_token前缀
- 另请参阅:
-