AuthenticationStateSerializationOptions 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 serialization of the AuthenticationState provided by the server's AuthenticationStateProvider to the WebAssembly client using PersistentComponentState.
public class AuthenticationStateSerializationOptions
type AuthenticationStateSerializationOptions = class
Public Class AuthenticationStateSerializationOptions
- Inheritance
-
AuthenticationStateSerializationOptions
Constructors
AuthenticationStateSerializationOptions() |
Default constructor for AuthenticationStateSerializationOptions. |
Properties
SerializationCallback |
Default implementation for converting the server's AuthenticationState to an AuthenticationStateData object for JSON serialization to the client using PersistentComponentState."/> |
SerializeAllClaims |
If |