MsalError.TokenCacheNullError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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