JsonCache: {
    AccessToken: Record<string, SerializedAccessTokenEntity>;
    Account: Record<string, SerializedAccountEntity>;
    AppMetadata: Record<string, SerializedAppMetadataEntity>;
    IdToken: Record<string, SerializedIdTokenEntity>;
    RefreshToken: Record<string, SerializedRefreshTokenEntity>;
}

Cache format read from the cache blob provided to the configuration during app instantiation

Type declaration

Generated using TypeDoc