TeamMentor.CoreLib.TokenAuthentication_ExtensionMethods.login_Using_AuthToken C# (CSharp) Method

login_Using_AuthToken() public static method

public static login_Using_AuthToken ( this token ) : System.Guid
token this
return System.Guid
        public static Guid login_Using_AuthToken(this Guid token)
        {
            return new TokenAuthentication().login_Using_AuthToken(token, Guid.Empty);
        }

Same methods

TokenAuthentication_ExtensionMethods::login_Using_AuthToken ( this tokenAuth, System.Guid token, System.Guid sessionID ) : System.Guid