Share via


MsalError.TokenCacheNullError Field

Definition

Caution

This error code is not in use

This error code comes back from AcquireTokenSilent(IEnumerable<String>, IAccount) calls when the user cache had not been set in the application constructor. This should never happen in MSAL.NET 3.x as the cache is created by the application

[System.Obsolete("This error code is not in use")]
public const string TokenCacheNullError;
[<System.Obsolete("This error code is not in use")>]
val mutable TokenCacheNullError : string
Public Const TokenCacheNullError As String 

Field Value

Attributes

Applies to