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.​RefreshTokenCreationRequest

Assembly: Duende.IdentityServer

Inheritance: object → RefreshTokenCreationRequest

Models the data to create a refresh token from a validated request.

Properties

public Client
Client
The client.
public string
Description
The description.
AuthorizedScopes
The scopes.
AuthorizedResourceIndicators
The resource indicators. Null indicates there was no authorization step, thus no restrictions. Non-null means there was an authorization step, and subsequent requested resource indicators must be in the original list.
public string
RequestedResourceIndicator
The requested resource indicator.
public Token
AccessToken
The access token.
public ProofType
ProofType
The proof type used.

Methods

public void
Validate​()
Called to validate the <see cref="T:Duende.IdentityServer.Models.RefreshTokenCreationRequest" /> before it is processed.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object