@forgerock/javascript-sdk

profile-device.types.ts

Copyright (c) 2025 Ping Identity Corporation. All rights reserved. This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details.

interface ProfileDevicesQuery {
    realm: string;
    userId: string;
    device: ProfileDevice;
}

Hierarchy (View Summary)

Properties

Properties

realm: string
userId: string