UAS - Revoke Bearer token
POST {{server_url}}/UAS/connect/revocation
Use this call to force revocation of a bearer before expiration time
Request Body
[{"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{client_secret}}", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{token}}", "datatype"=>"string"}, {"name"=>"token_type_hint", "value"=>"access_token", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""