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.​IUiLocalesService
Assembly: Duende.IdentityServer
Methods
StoreUiLocalesForRedirectAsync​(string uiLocales,
System.​Threading.​CancellationToken ct)
Stores the UI locales for redirect.
uiLocales
A space-delimited string of BCP 47 language tags representing the end-user's preferred languages, as specified by the OpenID Connect <c>ui_locales</c> parameter. May be <c>null</c> if no preference was expressed.
ct
The cancellation token.