Skip to main content

AuthenticationInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
public class AuthenticationInfo

Properties

method

View Source
Declaration
public string method { get; set; }

realm

View Source
Declaration
public string realm { get; set; }

qop

View Source
Declaration
public string qop { get; set; }

nonce

View Source
Declaration
public string nonce { get; set; }

opaque

View Source
Declaration
public string opaque { get; set; }

cnonce

View Source
Declaration
public string cnonce { get; set; }

nc

View Source
Declaration
public int nc { get; set; }

Methods

ToString()

View Source
Declaration
public override string ToString()
Returns

System.String