OAuthApps
OAuthApps
List of OAuth Apps
JSON Example
{
"oauthApps": [
{
"clientId": "string",
"clientName": "string",
"clientSecret": "string",
"createdAt": 0,
"id": "string",
"issuerUrl": "string",
"logoutUrls": [
"string"
],
"redirectUrls": [
"string"
],
"ssoRealmId": "string",
"updatedAt": 0
}
]
}