共用方式為


MsalError.TokenCacheNullError Field

Definition

Overloads

TokenCacheNullError
Obsolete.

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

TokenCacheNullError

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