Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class TokenRequestHandlerSpiImpl
import { TokenRequestHandlerSpiImpl } from "https://deno.land/x/authlete_deno_fen_oauth_server@v1.0.0/src/impl/token_request_handler_spi_impl.ts";

Implementation of TokenRequestHandlerSpi interface.

This is supposed to be given to the constructor of TokenHandler.

Methods

authenticateUser(username: string | null, password: string | null): string | null