Uses of Class
io.swagger.v3.oas.models.security.SecurityScheme.Type
-
Packages that use SecurityScheme.Type Package Description io.swagger.v3.oas.models.security -
-
Uses of SecurityScheme.Type in io.swagger.v3.oas.models.security
Methods in io.swagger.v3.oas.models.security that return SecurityScheme.Type Modifier and Type Method Description SecurityScheme.TypeSecurityScheme. getType()returns the type property from a SecurityScheme instance.static SecurityScheme.TypeSecurityScheme.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityScheme.Type[]SecurityScheme.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.v3.oas.models.security with parameters of type SecurityScheme.Type Modifier and Type Method Description voidSecurityScheme. setType(SecurityScheme.Type type)SecuritySchemeSecurityScheme. type(SecurityScheme.Type type)
-