Class AuthorizeResponse
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
public class AuthorizeResponse
- Inheritance
-
AuthorizeResponse
- Inherited Members
Constructors
AuthorizeResponse()
public AuthorizeResponse()
Properties
AccessToken
public string AccessToken { get; set; }
Property Value
AccessTokenLifetime
public int AccessTokenLifetime { get; set; }
Property Value
Code
public string Code { get; set; }
Property Value
Error
public string Error { get; set; }
Property Value
ErrorDescription
public string ErrorDescription { get; set; }
Property Value
IdentityToken
public string IdentityToken { get; set; }
Property Value
IsError
public bool IsError { get; }
Property Value
Issuer
public string Issuer { get; set; }
Property Value
RedirectUri
public string RedirectUri { get; }
Property Value
Request
public ValidatedAuthorizeRequest Request { get; set; }
Property Value
Scope
public string Scope { get; }
Property Value
SessionState
public string SessionState { get; set; }
Property Value
State
public string State { get; }