class JwtBearerScheme
implements AuthenticationScheme
import { JwtBearerScheme } from "https://deno.land/x/alosaur@v1.1.0/src/security/authentication/jwt-bearer/mod.ts";
Methods
authenticate(context: SecurityContext): Promise<void>
onFailureResult(context: SecurityContext): void
onSuccessResult(context: SecurityContext): void
signInAsync<I, R>(context: SecurityContext, identity: Identity<I>): Promise<R>
signOutAsync<T, R>(context: SecurityContext): Promise<R>