类 OAuth
java.lang.Object
springfox.documentation.service.SecurityScheme
springfox.documentation.service.OAuth
-
字段概要
从类继承的字段 springfox.documentation.service.SecurityScheme
name, type -
构造器概要
构造器构造器说明OAuth(String name, List<AuthorizationScope> scopes, List<GrantType> grantTypes, List<VendorExtension> vendorExtensions) -
方法概要
从类继承的方法 springfox.documentation.service.SecurityScheme
addValidVendorExtensions, getName, getType, getVendorExtensions
-
构造器详细资料
-
OAuth
public OAuth(String name, List<AuthorizationScope> scopes, List<GrantType> grantTypes, List<VendorExtension> vendorExtensions) -
OAuth
-
-
方法详细资料
-
getScopes
-
getGrantTypes
-