@orangecheck/me-client / FamilyScopesResult
Interface: FamilyScopesResult
Defined in: me-client/src/family.ts:50
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-family_product"></a> family_product | { name: string; origin: string; verb: FamilyVerb; } | Sibling product the grants are scoped to (echoed for logging / debug). | me-client/src/family.ts:57 |
family_product.name | string | - | me-client/src/family.ts:59 |
family_product.origin | string | - | me-client/src/family.ts:60 |
family_product.verb | FamilyVerb | - | me-client/src/family.ts:58 |
<a id="property-scopes"></a> scopes | Partial<Record<Scope, string>> | Resolved values for the granted scopes. Only fields whose scope is in scopes_granted are present. | me-client/src/family.ts:67 |
<a id="property-scopes_granted"></a> scopes_granted | Scope[] | Scopes the user has actively granted to this sibling. Subset of the requested set, filtered for not-revoked + not-expired. | me-client/src/family.ts:64 |
<a id="property-sub"></a> sub | string | Per-sibling stable subject for the currently-signed-in user. Anonymous · derived from master_addr + the family:<verb> project_key. Sibling backends key on this. | me-client/src/family.ts:54 |