live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@orangecheck/me-client / FamilyScopesResult

Interface: FamilyScopesResult

Defined in: me-client/src/family.ts:50

Properties

PropertyTypeDescriptionDefined in
<a id="property-family_product"></a> family_product&#123; name: string; origin: string; verb: FamilyVerb; &#125;Sibling product the grants are scoped to (echoed for logging / debug).me-client/src/family.ts:57
family_product.namestring-me-client/src/family.ts:59
family_product.originstring-me-client/src/family.ts:60
family_product.verbFamilyVerb-me-client/src/family.ts:58
<a id="property-scopes"></a> scopesPartial&lt;Record&lt;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_grantedScope[]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> substringPer-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