Properties
clientId
clientId: string
environment
environment: string
Optional familyId
familyId: string
Methods
generateAppMetadataKey
generateAppMetadataKey( ) : string
Static createAppMetadataEntity
createAppMetadataEntity( clientId: string , environment: string , familyId?: string ) : AppMetadataEntity
Parameters
clientId: string
environment: string
Optional familyId: string
Static generateAppMetadataCacheKey
generateAppMetadataCacheKey( environment: string , clientId: string ) : string
Parameters
environment: string
clientId: string
Returns string
Static isAppMetadataEntity
isAppMetadataEntity( key: string , entity: object ) : boolean
Parameters
key: string
entity: object
Returns boolean
Legend
Namespace
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Class
Constructor
Property
Method
APP_METADATA Cache
Key:Value Schema:
Key: appmetadata--
Value: { clientId: client ID of the application environment: entity that issued the token, represented as a full host familyId: Family ID identifier, '1' represents Microsoft Family }