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