Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AuthorizationDecisionHandlerSpi
Re-export
import { type AuthorizationDecisionHandlerSpi } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Service Provider Interface to work with AuthorizationDecisionHandler.

An implementation of this interface must be given to the constructor of AuthorizationDecisionHandler class.

Methods

isClientAuthorized(): boolean

Get the decision on the authorization request.