<PackageReference Include="Microsoft.Identity.Client" Version="4.82.0" />

Microsoft.Identity.Client.Cache.StorageJsonValues

static class StorageJsonValues
public const string AccountRootKey = "Account"

public const string AppMetadata = "AppMetadata"

public const string AuthorityTypeAdfs = "ADFS"

public const string AuthorityTypeMsa = "MSA"

public const string AuthorityTypeMsSts = "MSSTS"

public const string AuthorityTypeOther = "Other"

public const string CredentialTypeAccessToken = "AccessToken"

public const string CredentialTypeAccessTokenExtended = "ATExt"

public const string CredentialTypeAccessTokenWithAuthScheme = "AccessToken_With_AuthScheme"

public const string CredentialTypeIdToken = "IdToken"

public const string CredentialTypeOther = "Other"

public const string CredentialTypeRefreshToken = "RefreshToken"

public const string TokenTypeBearer = "Bearer"