interface IAuthorizeResponseGenerator
cangjie
public interface IAuthorizeResponseGenerator功能:定义授权响应生成器接口。
成员概览
| 成员 | 功能 |
|---|---|
| func createResponse(ValidatedAuthorizeRequest) | 根据验证通过的授权请求创建响应。 |
func createResponse(ValidatedAuthorizeRequest)
cangjie
func createResponse(request: ValidatedAuthorizeRequest): AuthorizeResponse功能:根据验证通过的授权请求创建响应。
参数:
- request: ValidatedAuthorizeRequest - 验证通过的授权请求。
返回值:
- AuthorizeResponse - 返回授权响应对象。