Show / Hide Table of Contents

Class TokenLoginModel

model for built in username password JWT token provider

Inheritance
object
TokenLoginModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class TokenLoginModel

Properties

Password

Password

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

Username

Username

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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX