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.

interface Duende.​IdentityServer.​Services.​IRefreshTokenService

Assembly: Duende.IdentityServer

Implements refresh token creation and validation

Methods

ValidateRefreshTokenAsync​(string token, Models.​Client client, System.​Threading.​CancellationToken ct)
Validates a refresh token.
token The refresh token.
client The client.
ct The cancellation token.
CreateRefreshTokenAsync​(Models.​RefreshTokenCreationRequest request, System.​Threading.​CancellationToken ct)
Creates the refresh token.
Returns The refresh token handle
request The refresh token creation request.
ct The cancellation token.
UpdateRefreshTokenAsync​(Models.​RefreshTokenUpdateRequest request, System.​Threading.​CancellationToken ct)
Updates the refresh token.
Returns The refresh token handle
request The refresh token update request.
ct The cancellation token.