Interface IStrataraRedirectManager
- Namespace
- Stratara.Identity.Core.Abstractions
- Assembly
- Stratara.Identity.Core.dll
Channel-agnostic redirect surface used by post-authentication flows to send the user to a return URI.
Implemented per host (server-side Blazor uses NavigationManager; non-web hosts use their
platform-native navigation).
public interface IStrataraRedirectManager
- Extension Methods
Methods
RedirectTo(string?)
Redirects to the given uri, or to the host's default landing route if null.
void RedirectTo(string? uri)
Parameters
uristringAbsolute or relative target URI;
nullfor the host default.