import { AuthleteApiImpl } from "https://deno.land/x/authlete_deno@v1.2.10/src/api/authlete_api_impl.ts";
An implementation of AuthleteApi
interface.
Constructors
The constructor.
Properties
The service credentials.
The service owner credentials.
Methods
Call an Authlete API.
Call an Authlete API with HTTP DELETE
method.
Call an Authlete API with HTTP GET
method.
Call an Authlete API with HTTP POST
method.
Call an Authlete API with HTTP DELETE
method and the service credentials.
Call an Authlete API with HTTP GET
method and the service credentials.
Call an Authlete API with HTTP DELETE
method and the service owner credentials.
Call an Authlete API with HTTP GET
method and the service owner credentials.
Call an Authlete API with HTTP POST
method and the service owner credentials.
Call an Authlete API with HTTP POST
method and the service credentials.