|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface AuthorizationCodeServices
Services for issuing and storing authorization codes.
| 方法摘要 | |
|---|---|
OAuth2Authentication |
consumeAuthorizationCode(String code)
Consume a authorization code. |
String |
createAuthorizationCode(OAuth2Authentication authentication)
Create a authorization code for the specified authentications. |
| 方法详细信息 |
|---|
String createAuthorizationCode(OAuth2Authentication authentication)
authentication - The authentications to store.
OAuth2Authentication consumeAuthorizationCode(String code)
throws InvalidGrantException
code - The authorization code to consume.
InvalidGrantException - If the authorization code is invalid or expired.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||