Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface AuthleteConfiguration
import { type AuthleteConfiguration } from "https://deno.land/x/authlete_deno@v1.2.10/src/config/authlete_configuration.ts";

The interface for configuration.

Properties

optional
baseUrl: string

The base URL of Authlete API.

optional
serviceOwnerApiKey: string

The service owner API key.

optional
serviceOwnerApiSecret: string

The service owner API secret.

optional
serviceApiKey: string

The service API key.

optional
serviceApiSecret: string

The service API secret.

optional
timeout: number

The request fetch timeout.