OAuthApps

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
        }
    ]
}
array of OAuthApp
oauthApps
Optional

List of oauth app instances

Returned By