OAuth2EndpointUtils

Properties

Link copied to clipboard

访问令牌请求错误 URI

Functions

Link copied to clipboard
fun getFormParameters(request: HttpServletRequest): MultiValueMap<String, String>

获取表单参数

Link copied to clipboard
fun getParameters(request: HttpServletRequest): MultiValueMap<String, String>

获取参数

Link copied to clipboard
fun matchesPkceTokenRequest(request: HttpServletRequest): Boolean

判断是否匹配PKCE 令牌请求

Link copied to clipboard
fun throwError(errorCode: String, parameterName: String, errorUri: String): Nothing

抛出错误