类 ImplicitGrantBuilder
java.lang.Object
springfox.documentation.builders.ImplicitGrantBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()loginEndpoint(LoginEndpoint loginEndpoint) Updates the login endpointUpdates the token name
-
构造器详细资料
-
ImplicitGrantBuilder
public ImplicitGrantBuilder()
-
-
方法详细资料
-
loginEndpoint
Updates the login endpoint- 参数:
loginEndpoint- - Contains the login endpoint url- 返回:
- this
-
tokenName
Updates the token name- 参数:
tokenName- - token name- 返回:
- this
-
build
-