Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class SignUpResponse

    Represents the response from a user sign-up operation.

    Inheritance
    object
    SignUpResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class SignUpResponse

    Properties

    | Edit this page View Source

    Confirmed

    Gets or sets a value indicating whether the user's sign-up has been confirmed.

    Declaration
    public bool Confirmed { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    UUID

    Gets or sets the unique identifier (UUID) associated with the user.

    Declaration
    public string UUID { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX