A promise resolving to the details of the current profile.
Retrieves all available profiles with optional filtering and pagination.
Optional
properties: string[]Optional list of properties to retrieve for each profile.
Optional
limits: ListLimitsOptional pagination limits.
Optional
sort: ListSortOptional sorting options.
A promise resolving to a list of profiles and pagination details.
Loads the specified profile, optionally prompting for a password.
The name of the profile to load.
Whether to prompt for a password if required.
The password for the profile, if applicable.
A promise resolving to a boolean indicating success.
Retrieves the current active profile.