Table of Contents

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

string

AccessTokenLifetime

public int AccessTokenLifetime { get; set; }

Property Value

int

Code

public string Code { get; set; }

Property Value

string

Error

public string Error { get; set; }

Property Value

string

ErrorDescription

public string ErrorDescription { get; set; }

Property Value

string

IdentityToken

public string IdentityToken { get; set; }

Property Value

string

IsError

public bool IsError { get; }

Property Value

bool

Issuer

public string Issuer { get; set; }

Property Value

string

RedirectUri

public string RedirectUri { get; }

Property Value

string

Request

public ValidatedAuthorizeRequest Request { get; set; }

Property Value

ValidatedAuthorizeRequest

Scope

public string Scope { get; }

Property Value

string

SessionState

public string SessionState { get; set; }

Property Value

string

State

public string State { get; }

Property Value

string