Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Test.​TestUser

Assembly: Duende.IdentityServer

Inheritance: object → TestUser

In-memory user object for testing. Not intended for modeling users in production.

Properties

public string
SubjectId
Gets or sets the subject identifier.
public string
Username
Gets or sets the username.
public string
Password
Gets or sets the password.
public string
ProviderName
Gets or sets the provider name.
public string
ProviderSubjectId
Gets or sets the provider subject identifier.
public bool
IsActive
Gets or sets if the user is active.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object