Click or drag to resize
AuthenticationPostData Class
Represents the authentication post data model.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.Mvc.InternalAuthenticationPostData

Namespace: Kentico.Content.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class AuthenticationPostData

The AuthenticationPostData type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationPostData
Top
Properties
  NameDescription
Public propertySignInToken
The MVC sign-in token.
Top
See Also