method
RiduClient.preference
RiduClient.preference<Value = unknown>(
key: string,
options?: RequestOptions,
): Promise<Value>Read one preference for the authenticated identity.
Related types
RequestOptionsOptions shared by every request.