TokenCache.ITokenCacheSerializer.DeserializeMsalV3(Byte[], Boolean) Method
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.
void ITokenCacheSerializer.DeserializeMsalV3 (byte[] msalV3State, bool shouldClearExistingCache);
abstract member Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV3 : byte[] * bool -> unit
override this.Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV3 : byte[] * bool -> unit
Sub DeserializeMsalV3 (msalV3State As Byte(), shouldClearExistingCache As Boolean) Implements ITokenCacheSerializer.DeserializeMsalV3
Parameters
- msalV3State
- Byte[]
- shouldClearExistingCache
- Boolean