Skip to content

gi-nx


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

PropertyType
credential_valuestring
descriptionstring | null
expires_atstring | null
idnumber
namestring