AuthenticationStateDeserializationOptions Class
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.
Provides options for configuring the JSON deserialization of the client's AuthenticationState from the server using PersistentComponentState.
public sealed class AuthenticationStateDeserializationOptions
type AuthenticationStateDeserializationOptions = class
Public NotInheritable Class AuthenticationStateDeserializationOptions
- Inheritance
-
AuthenticationStateDeserializationOptions
Constructors
AuthenticationStateDeserializationOptions() |
Properties
DeserializationCallback |
Default implementation for converting the AuthenticationStateData that was JSON deserialized from the server using PersistentComponentState to an AuthenticationState object to be returned by the WebAssembly client's AuthenticationStateProvider. |