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.​IdentityModel.​Client.​AuthorizeResponse
Assembly: Duende.IdentityModel
Inheritance: object → AuthorizeResponse
Models the response of an authorize request
Properties
public
string
Raw
Gets the raw response URL.
public
System.​Collections.​Generic.​Dictionary<​string, string>
Values
Gets the key/value pairs of the response.
public
string
Code
Gets the authorization code.
public
string
AccessToken
Gets the access token.
public
string
IdentityToken
Gets the identity token.
public
string
Error
Gets the error.
public
string
Scope
Gets the scope.
public
string
TokenType
Gets the type of the token.
public
string
State
Gets the state.
public
string
SessionState
Gets the session state.
public
string
Issuer
Gets the issuer name.
public
string
ErrorDescription
Gets the error description.
public
bool
IsError
Gets a value indicating whether the response is an error.
public
int
ExpiresIn
Gets the expires in.
Methods
public
string
TryGet​(string type)
Tries the get a value.
type
The type.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object