Class TestUser
- Namespace
- Duende.IdentityServer.Test
- Assembly
- Duende.IdentityServer.dll
In-memory user object for testing. Not intended for modeling users in production.
public class TestUser
- Inheritance
-
TestUser
- Inherited Members
Constructors
TestUser()
public TestUser()
Properties
Claims
Gets or sets the claims.
public ICollection<Claim> Claims { get; set; }
Property Value
IsActive
Gets or sets if the user is active.
public bool IsActive { get; set; }
Property Value
Password
Gets or sets the password.
public string Password { get; set; }
Property Value
ProviderName
Gets or sets the provider name.
public string ProviderName { get; set; }
Property Value
ProviderSubjectId
Gets or sets the provider subject identifier.
public string ProviderSubjectId { get; set; }
Property Value
SubjectId
Gets or sets the subject identifier.
public string SubjectId { get; set; }
Property Value
Username
Gets or sets the username.
public string Username { get; set; }