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.​Models.​TokenCreationRequest
Assembly: Duende.IdentityServer
Inheritance: object → TokenCreationRequest
Models the data to create a token from a validated request.
Properties
Subject
Gets or sets the subject.
ValidatedResources
Gets or sets the validated resources.
ValidatedRequest
Gets or sets the validated request.
public
bool
IncludeAllIdentityClaims
Gets or sets a value indicating whether [include all identity claims].
public
string
AccessTokenToHash
Gets or sets the access token to hash.
public
string
AuthorizationCodeToHash
Gets or sets the authorization code to hash.
public
string
StateHash
Gets or sets pre-hashed state
public
string
Nonce
Gets or sets the nonce.
public
string
Description
Gets the description the user assigned to the device being authorized.
Methods
public
void
Validate​()
Called to validate the <see cref="T:Duende.IdentityServer.Models.TokenCreationRequest" /> before it is processed.
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