| 程序包 | 说明 |
|---|---|
| springfox.documentation.builders | |
| springfox.documentation.service |
| 限定符和类型 | 方法和说明 |
|---|---|
OAuthBuilder |
OAuthBuilder.grantTypes(List<GrantType> grantTypes)
Updates the grant types that this security definition represents
|
OAuthBuilder |
OAuthBuilder.grantTypes(List<GrantType> grantTypes)
Updates the grant types that this security definition represents
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuthorizationCodeGrant |
class |
ClientCredentialsGrant |
class |
CredentialsGrant |
class |
ImplicitGrant |
class |
ResourceOwnerPasswordCredentialsGrant |
| 限定符和类型 | 方法和说明 |
|---|---|
List<GrantType> |
OAuth.getGrantTypes() |
List<GrantType> |
OAuth.getGrantTypes() |
| 构造器和说明 |
|---|
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes,
List<VendorExtension> vendorExtensions) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes,
List<VendorExtension> vendorExtensions) |
Copyright © 2023. All rights reserved.