class BearerAuthAuthentication
implements SecurityAuthentication
import { BearerAuthAuthentication } from "https://deno.land/x/windmill@v1.38.0/windmill-api/auth/auth.ts";
Applies http authentication to the request context.
Constructors
new
BearerAuthAuthentication(tokenProvider: TokenProvider)Configures the http authentication with the required details.
Methods
applySecurityAuthentication(context: RequestContext)
getName(): string