API introspection – List packages, resources and their interfaces
Found 4 resources
Resource class
ContentVendor\Extension\AuthProvider\Controller\Api\V1\AuthorizeSessionController of type
ServiceController
No access control
Skeleton service controller class
Controller providing authorization actions like session token consumption.
Interfaces
Found 1 interfaces in class ContentVendor\Extension\AuthProvider\Controller\Api\V1\AuthorizeSessionController
Resource: AuthorizeSession, Method: exchange
Endpoint
PUT /auth-provider/api/v1/authorize-session/exchange/
PUT /auth-provider/api/v1/authorize-session/exchange
Host: /
Accept: application/json
Content-Type: application/json
Content-Length: 62
{
"SessionToken": "123e4567-e89b-12d3-a456-426655440000"
}
HTTP/1.1 200 Ok
Date: Sat, 15 Feb 2020 13:48:49 +0000
Content-Length: 88
Content-Type: application/json
{
"TokenValid": true,
"ApiAccessToken": "59e59ecf-9b1e-4a82-ad20-21851e21543e"
} PUT /auth-provider/api/v1/authorize-session/exchange
Host: /
Accept: application/json
Content-Type: application/json
Content-Length: 62
{
"SessionToken": "123e4567-e89b-12d3-a456-426655440000"
}
HTTP/1.1 200 Ok
Date: Sat, 15 Feb 2020 13:48:49 +0000
Content-Length: 88
Content-Type: application/json
{
"TokenValid": true,
"ApiAccessToken": "59e59ecf-9b1e-4a82-ad20-21851e21543e"
}