postLogoutRedirectUri property

String? postLogoutRedirectUri
getter/setter pair

Sign-out with a redirect On Azure logout process, it'll redirect the user to this url By this we can verify the user is logged out successfully View docs: https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-sign-in?tabs=javascript2#tabpanel_4_javascript2

Implementation

String? postLogoutRedirectUri;