Skip to main content
Module

x/oauth4webapi/mod.ts>MTLSEndpointAliases

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface MTLSEndpointAliases
implements Pick<AuthorizationServer,
| "token_endpoint"
| "revocation_endpoint"
| "introspection_endpoint"
| "device_authorization_endpoint"
| "userinfo_endpoint"
| "pushed_authorization_request_endpoint"
>
import { type MTLSEndpointAliases } from "https://deno.land/x/oauth4webapi@v2.4.1/mod.ts";

Index Signatures

readonly [metadata: string]: JsonValue | undefined