forked from loafle/openapi-generator-original
According to RFC 7235 (HTTP/1.1: Authentication), schema tokens are handled case-insensitive (Section 2.1: Challenge and Response). This change compares the known token values basic, bearer, and signature case-insensitive. - https://datatracker.ietf.org/doc/html/rfc7235#section-2.1