Skip to main content
Latest
method AuthleteApiFactory.create
import { AuthleteApiFactory } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Create an instance of a class that implements AuthleteApi interface with configuration.

Parameters

Configuration passed to the constructor of the target implementation class specified by implInfo.

optional
implInfo: ImplInfo = [UNSUPPORTED]

The information about a class that implements AuthleteApi interface. Defaults to the information about the standard implementation. Note that an implementation class specified by this must have a constructor that only takes one argument of type AuthleteConfiguration.