Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class LoginResponse

    Wolf server's response for LoginMessage.

    Inheritance
    System.Object
    WolfResponse
    LoginResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class LoginResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    LoginResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected LoginResponse()

    Properties

    | Improve this Doc View Source

    AwsCognitoDetails

    Details on user in AWS Cognito.

    Declaration
    [JsonProperty("cognito")]
    public LoginResponse.AwsCognitoIdentity AwsCognitoDetails { get; }
    Property Value
    Type Description
    LoginResponse.AwsCognitoIdentity
    | Improve this Doc View Source

    IsNewUser

    Is this login a part of a new user registration?

    Declaration
    [JsonProperty("isNew")]
    public bool IsNewUser { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OfflineMessageTimestamp

    Timestamp of first message received since gone offline.

    Declaration
    [JsonProperty("offlineMessageTimestamp")]
    public WolfTimestamp OfflineMessageTimestamp { get; }
    Property Value
    Type Description
    WolfTimestamp
    | Improve this Doc View Source

    User

    Logged in user.

    Declaration
    [JsonProperty("subscriber")]
    public WolfUser User { get; }
    Property Value
    Type Description
    WolfUser

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)