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

    Show / Hide Table of Contents

    Class AuthenticationResult

    Inheritance
    System.Object
    AuthenticationResult
    Namespace: MediaBrowser.Controller.Authentication
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class AuthenticationResult

    Properties

    AccessToken

    Gets or sets the authentication token.

    Declaration
    public string AccessToken { get; set; }
    Property Value
    Type Description
    System.String

    The authentication token.

    ServerId

    Gets or sets the server identifier.

    Declaration
    public string ServerId { get; set; }
    Property Value
    Type Description
    System.String

    The server identifier.

    SessionInfo

    Gets or sets the session information.

    Declaration
    public SessionInfo SessionInfo { get; set; }
    Property Value
    Type Description
    SessionInfo

    The session information.

    User

    Gets or sets the user.

    Declaration
    public UserDto User { get; set; }
    Property Value
    Type Description
    UserDto

    The user.

    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.