Пример #1
0
 /// <summary>
 /// Invoked when a request is received on the RemoteSignOutPath.
 /// </summary>
 public virtual Task RemoteSignOut(RemoteSignOutContext context) => OnRemoteSignOut(context);
Пример #2
0
 /// <summary>
 /// Invoked before redirecting to the <see cref="OpenIdConnectOptions.SignedOutRedirectUri"/> at the end of a remote sign-out flow.
 /// </summary>
 public virtual Task SignedOutCallbackRedirect(RemoteSignOutContext context) => OnSignedOutCallbackRedirect(context);