Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AuthleteConfiguration
Re-export
import { type AuthleteConfiguration } from "https://deno.land/x/authlete_deno@v1.2.3/mod.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.