Authlete
StandardIntrospectionRequest Class Reference

Request to Authlete's /api/auth/introspection/standard API. More...

Properties

string Parameters [get, set]
 Request parameters which comply with the introspection request defined in 2.1. Introspection Request of RFC 7662. More...
 

Detailed Description

Request to Authlete's /api/auth/introspection/standard API.

Property Documentation

◆ Parameters

string Parameters
getset

Request parameters which comply with the introspection request defined in 2.1. Introspection Request of RFC 7662.

The following is an example value for this Parameters property.

token=pNj1h24a4geA_YHilxrshkRkxJDsyXBZWKp3hZ5ND7A&token_type_hint=access_token

The implementation of the introspection endpoint of your authorization server will receive an HTTP POST request with parameters in the application/x-www-form-urlencoded format. It is the entity body of the request that Authlete's /api/auth/introspection/standard API expects as the value of the "parameters" request parameter.


The documentation for this class was generated from the following file: