public class OAuth extends SecurityScheme
name, type| 构造器和说明 |
|---|
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes,
List<VendorExtension> vendorExtensions) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<GrantType> |
getGrantTypes() |
List<AuthorizationScope> |
getScopes() |
addValidVendorExtensions, getName, getType, getVendorExtensionspublic OAuth(String name, List<AuthorizationScope> scopes, List<GrantType> grantTypes, List<VendorExtension> vendorExtensions)
public OAuth(String name, List<AuthorizationScope> scopes, List<GrantType> grantTypes)
public List<AuthorizationScope> getScopes()
Copyright © 2023. All rights reserved.