Package springfox.documentation.service
Class GrantType
- java.lang.Object
 - 
- springfox.documentation.service.GrantType
 
 
- 
- Direct Known Subclasses:
 AuthorizationCodeGrant,CredentialsGrant,ImplicitGrant
public class GrantType extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description GrantType(java.lang.String type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType() 
 -