C# Class Chaos.Portal.Authentication.Data.Model.AuthKey

Inheritance: AResult
Show file Open project: CHAOS-Community/CHAOS.Portal.Authentication Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AuthKey ( ) : System
AuthKey ( string token, string name, System.Guid userGuid ) : System

Method Details

AuthKey() public method

public AuthKey ( ) : System
return System

AuthKey() public method

public AuthKey ( string token, string name, System.Guid userGuid ) : System
token string
name string
userGuid System.Guid
return System