Uses of Class
io.swagger.v3.oas.models.security.SecurityScheme.In
-
Packages that use SecurityScheme.In Package Description io.swagger.v3.oas.models.security -
-
Uses of SecurityScheme.In in io.swagger.v3.oas.models.security
Methods in io.swagger.v3.oas.models.security that return SecurityScheme.In Modifier and Type Method Description SecurityScheme.InSecurityScheme. getIn()returns the in property from a SecurityScheme instance.static SecurityScheme.InSecurityScheme.In. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityScheme.In[]SecurityScheme.In. 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.In Modifier and Type Method Description SecuritySchemeSecurityScheme. in(SecurityScheme.In in)voidSecurityScheme. setIn(SecurityScheme.In in)
-