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

    Class LoginResponse.AwsCognitoIdentity

    Represents Amazon Web Services Cognito Identity.

    Inheritance
    System.Object
    LoginResponse.AwsCognitoIdentity
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class AwsCognitoIdentity

    Properties

    | Improve this Doc View Source

    Identity

    AWS Identity ID.

    Declaration
    [JsonProperty("identity")]
    public string Identity { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Token

    AWS Identity auth token.

    Declaration
    [JsonProperty("token")]
    public string Token { get; }
    Property Value
    Type Description
    System.String