Class LogoutRequestBuilder.LogoutRequestBuilderGetQueryParameters
- Namespace
- Autodesk.Authentication.Authentication.V2.Logout
- Assembly
- Autodesk.Authentication.dll
This API endpoint logs a user out by removing their user browser session and redirects the user to the Autodesk login page.
public class LogoutRequestBuilder.LogoutRequestBuilderGetQueryParameters
- Inheritance
-
LogoutRequestBuilder.LogoutRequestBuilderGetQueryParameters
- Inherited Members
Properties
PostLogoutRedirectUri
Location to redirect once the logout is performed. Note that the provided domain host should be in the allowed list. Contact #oxygen slack channel for more details.
[QueryParameter("post_logout_redirect_uri")]
public string? PostLogoutRedirectUri { get; set; }