JsonCache type
Formato cache letto dal BLOB della cache fornito alla configurazione durante la creazione di istanze dell'app
type JsonCache = {
AccessToken: Record<string, SerializedAccessTokenEntity>
Account: Record<string, SerializedAccountEntity>
AppMetadata: Record<string, SerializedAppMetadataEntity>
IdToken: Record<string, SerializedIdTokenEntity>
RefreshToken: Record<string, SerializedRefreshTokenEntity>
}