Class ForgotPasswordResult
Inheritance
System.Object
ForgotPasswordResult
Namespace: MediaBrowser.Model.Users
Assembly: MediaBrowser.Model.dll
Syntax
public class ForgotPasswordResult
Properties
Action
Gets or sets the action.
Declaration
public ForgotPasswordAction Action { get; set; }
Property Value
Type | Description |
---|---|
ForgotPasswordAction | The action. |
PinExpirationDate
Gets or sets the pin expiration date.
Declaration
public DateTimeOffset? PinExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The pin expiration date. |
PinFile
Gets or sets the pin file.
Declaration
public string PinFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pin file. |