import * as authleteDeno from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";
Classes
Access token validator. | |
Address claim that represents a physical mailing address. For more details, see OpenID Connect Core 1.0, 5.1.1. Address Claim. | |
The base class of an API response from an Authlete API. | |
Values for | |
Authlete API Exception. | |
The factory to create an | |
An implementation of | |
Implementation of | |
Handler for end-user's decision on the authorization request. | |
Input parameters for the 'handle' method of AuthorizationRequestHandler class. | |
Empty implementation of | |
Request to Authlete | |
Response from Authlete | |
Request to Authlete | |
Response from Authlete | |
The data object to be used when rendering the authorization page. | |
Request to Authlete | |
The base class for request handlers that are used in the implementation of an authorization endpoint. | |
Handler for error cases of authorization requests. | |
Empty implementation of | |
Response from Authlete | |
A class that represents | |
A class that represents an element in | |
The base class for a handler class that calls Authlete APIs. | |
The base class for a handler class. | |
Credentials in Basic authentication. | |
| |
Collector of claim values. | |
Claim types. | |
Information about a client application. | |
Client authentication methods. | |
Client extension. | |
Response from Authlete | |
Client types of OAuth 2.0 client applications. | |
Handler for requests to an OpenID Provider configuration endpoint. | |
| |
Backchannel token delivery mode defined in the specification of CIBA (Client Initiated Backchannel Authentication). | |
Values for | |
Values for | |
Header properties. | |
Request to Authlete | |
Handler for token introspection requests (RFC 7662). | |
Response from Authlete | |
| |
| |
Handler for requests to an endpoint that exposes JSON Web Key Set (RFC 7517) document. | |
| |
Named URI. | |
Handler for the case where an authorization request should be processed without user interaction. | |
Empty implementation of | |
c Pair | A pair of a string key and a string value. |
| |
Values for | |
Property that consists of a string key and a string value. | |
Request to Authlete | |
Handler for token revocation requests (RFC 7009). | |
Response from Authlete | |
Information about a scope of a service. | |
Information about a service. | |
Response from Authlete | |
Service profile. | |
c Sns | |
SNS credentials (API key and API secret). | |
Request to Authlete | |
Request to Authlete | |
HTTP status code. | |
Values for | |
A string value with a language tag. | |
Request to Authlete | |
Response from Authlete | |
Request to Authlete | |
Response from Authlete | |
Request to Authlete | |
Handler for token requests to a token endpoint of OAuth 2.0 (RFC 6749). | |
Empty implementation of | |
Response from Authlete | |
Interface to get a claim value by specifying a user's subject, a claim name and optionally a language tag. | |
Character set for end-user verification codes ( | |
Request to Authlete | |
Response from Authlete | |
Request to Authlete | |
Handler for userinfo requests to a "UserInfo Endpoint" defined in OpenID Connect Core 1.0. | |
Empty implementation of |
Enums
Failure reasons of authorization requests. | |
The next action that the service implementation should take. | |
The next action that the service implementation should take. | |
Hash algorithm. | |
The next action that the service implementation should take. | |
The next action that the service implementation should take. | |
Standard claims. | |
The next action that the service implementation should take. | |
Failure reasons of token requests. | |
The next action that the service implementation should take. | |
The next action that the service implementation should take. | |
The next action that the service implementation should take. | |
The next action that the service implementation should take. |
Variables
Separator between a claim name and a language tag. | |
The information about the standard implementation of |
Functions
Create a response of | |
Build a | |
Create a response of | |
Create a response of | |
Convert the given object to a string formatted in | |
Create a response of | |
Create a | |
Check if the given value is empty. | |
Check if the given value is not empty. | |
Check if the given value is | |
Check if the given value is an object. | |
Check if the given value is an object. | |
Check if the given value is | |
Check if the given value is | |
Create a response of | |
Create a response of | |
Normalize the given parameter as | |
Create a response of | |
f ok | Create a response of |
Create a response of | |
Create a response of | |
Create a response of | |
Create a response of | |
Convert a JavaScript value to a JSON string. | |
Create a response of | |
Create a | |
Create a response with the given status and |
Interfaces
Authlete API Interface. | |
The interface for configuration. | |
Service Provider Interface to work with | |
Service Provider Interface to work with | |
Service Provider Interface to work with | |
Input parameters for the | |
Input parameters for the | |
Service Provider Interface to work with | |
I User | An interface that represents a resource owner (in the context of OAuth 2.0) or an end user (in the context of OpenID Connect). |
Interface to get a claim value by specifying a user's subject, a claim name and optionally a language tag. | |
Input parameters for the | |
Service Provider Interface to work with |
Type Aliases
The alias for the type of an object holding information about an
implementation class of | |
The type of 'parameters' parameter passed to the |