Class AuthMethod#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.AuthMethod : xbe.sdk.Object#

Describes a single available authentication method.

Properties

string Name { get; set; }#

The name of the authentication method.

string Path { get; set; }#

The path to the authentication method.

string Handler { get; set; }#

The name of the authentication method handler.