Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.