gi-nx / SharedCredential
ts
type SharedCredential = {
credential_value: string;
description: string | null;
expires_at: string | null;
id: number;
name: string;
};A credential shared between the current user and an app.
Properties
| Property | Type |
|---|---|
credential_value | string |
description | string | null |
expires_at | string | null |
id | number |
name | string |