{#if schema.type === 'http' && schema.scheme === 'basic'}

Basic Authentication

Basic authentication is a simple authentication scheme built into the HTTP protocol. No configuration required.

{:else if schema.type === 'http' && schema.scheme === 'bearer'}

Bearer Authentication

Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens.