Uses of Class
io.swagger.v3.oas.annotations.enums.SecuritySchemeType
-
Packages that use SecuritySchemeType Package Description io.swagger.v3.oas.annotations.enums io.swagger.v3.oas.annotations.security -
-
Uses of SecuritySchemeType in io.swagger.v3.oas.annotations.enums
Methods in io.swagger.v3.oas.annotations.enums that return SecuritySchemeType Modifier and Type Method Description static SecuritySchemeTypeSecuritySchemeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecuritySchemeType[]SecuritySchemeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecuritySchemeType in io.swagger.v3.oas.annotations.security
Methods in io.swagger.v3.oas.annotations.security that return SecuritySchemeType Modifier and Type Method Description SecuritySchemeTypetype()The type of the security scheme.
-