Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface ISignUpRequest

    Represents the interface for sign-up requests with user information and custom attributes.

    Inherited Members
    IRequestBase.HttpHeader
    IRequestBase.IpAddress
    IRequestBase.ServerPath
    IRequestBase.ServerName
    IValidatableObject.Validate(ValidationContext)
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public interface ISignUpRequest : IRequestBase, IValidatableObject

    Properties

    | Edit this page View Source

    CustomAttributes

    Gets or sets the custom attributes associated with the sign-up request.

    Declaration
    Dictionary<string, string> CustomAttributes { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Password

    Gets or sets the password associated with the sign-up request.

    Declaration
    string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserName

    Gets or sets the username associated with the sign-up request.

    Declaration
    string UserName { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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