C# Class PocketCampus.Authentication.AuthenticationRequest

Request for the authentication ViewModel.
Show file Open project: accandme/pocketcampus

Public Methods

Method Description
AuthenticationRequest ( System.Action successAction = null ) : System

Creates a new AuthenticationRequest.

Method Details

AuthenticationRequest() public method

Creates a new AuthenticationRequest.
public AuthenticationRequest ( System.Action successAction = null ) : System
successAction System.Action
return System