类 AuthorizationCodeGrantBuilder
java.lang.Object
springfox.documentation.builders.AuthorizationCodeGrantBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()tokenEndpoint(TokenEndpoint tokenEndpoint) Updates token endpointtokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint) Updates token request endpoint
-
构造器详细资料
-
AuthorizationCodeGrantBuilder
public AuthorizationCodeGrantBuilder()
-
-
方法详细资料
-
tokenRequestEndpoint
public AuthorizationCodeGrantBuilder tokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint) Updates token request endpoint- 参数:
tokenRequestEndpoint- - represents the token request endpoint along with the client id and secret- 返回:
- this
-
tokenEndpoint
Updates token endpoint- 参数:
tokenEndpoint- - represents the token endpoint along with the token name- 返回:
- this
-
build
-