Click or drag to resize

AuthenticationResponse Constructor (AuthenticationResponseEnumResponseStatus, ListString)

Initializes a new instance of the AuthenticationResponse class

Namespace:  Unvired.Kernel.UWP.Login
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AuthenticationResponse(
	AuthenticationResponseEnumResponseStatus responseStatus,
	List<string> frontEnds
)

Parameters

responseStatus
Type: Unvired.Kernel.UWP.LoginAuthenticationResponseEnumResponseStatus
frontEnds
Type: System.Collections.GenericListString
See Also