类 TokenRequestEndpointBuilder
java.lang.Object
springfox.documentation.builders.TokenRequestEndpointBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()clientIdName(String clientIdName) Updates the client id nameclientSecretName(String clientSecretName) Updates the client secret nameUpdates the url for the token request endpoint
-
构造器详细资料
-
TokenRequestEndpointBuilder
public TokenRequestEndpointBuilder()
-
-
方法详细资料
-
url
Updates the url for the token request endpoint- 参数:
url- - url- 返回:
- this
-
clientIdName
Updates the client id name- 参数:
clientIdName- - client id- 返回:
- this
-
clientSecretName
Updates the client secret name- 参数:
clientSecretName- - client secret name- 返回:
- this
-
build
-