Package springfox.documentation.builders
Class ImplicitGrantBuilder
- java.lang.Object
-
- springfox.documentation.builders.ImplicitGrantBuilder
-
public class ImplicitGrantBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImplicitGrantBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImplicitGrant
build()
ImplicitGrantBuilder
loginEndpoint(LoginEndpoint loginEndpoint)
Updates the login endpointImplicitGrantBuilder
tokenName(java.lang.String tokenName)
Updates the token name
-
-
-
Method Detail
-
loginEndpoint
public ImplicitGrantBuilder loginEndpoint(LoginEndpoint loginEndpoint)
Updates the login endpoint- Parameters:
loginEndpoint
- - Contains the login endpoint url- Returns:
- this
-
tokenName
public ImplicitGrantBuilder tokenName(java.lang.String tokenName)
Updates the token name- Parameters:
tokenName
- - token name- Returns:
- this
-
build
public ImplicitGrant build()
-
-