Class ResourceOwnerPasswordValidationContext
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Class describing the resource owner password validation context
public class ResourceOwnerPasswordValidationContext- Inheritance
- 
      
      ResourceOwnerPasswordValidationContext
- Inherited Members
Constructors
ResourceOwnerPasswordValidationContext()
public ResourceOwnerPasswordValidationContext()Properties
Password
Gets or sets the password.
public string Password { get; set; }Property Value
- string
- The password. 
Request
Gets or sets the request.
public ValidatedTokenRequest Request { get; set; }Property Value
- ValidatedTokenRequest
- The request. 
Result
Gets or sets the result.
public GrantValidationResult Result { get; set; }Property Value
- GrantValidationResult
- The result. 
UserName
Gets or sets the name of the user.
public string UserName { get; set; }Property Value
- string
- The name of the user.