Class LogoutAuthenticationPropertiesBuilder
- Namespace
- Auth0.Asp
Net .AuthenticationCore
- Assembly
- Auth0.AspNetCore.Authentication.dll
Builder class for AuthenticationProperties when calling logout.
- Inheritance
-
Logout
Authentication Properties Builder
- Inherited Members
Remarks
Allows for Auth0 specific first-class properties when constructing an instance of AuthenticationProperties.
Constructors
LogoutAuthenticationPropertiesBuilder(AuthenticationProperties?)
Parameters
properties
AuthenticationProperties
Methods
Build()
Return the configured AuthenticationProperties.
Returns
- Authentication
Properties The configured AuthenticationProperties
WithParameter(string, string?)
Build the Authentication
Parameters
Returns
- Logout
Authentication Properties Builder The current Logout
Authentication instance.Properties Builder
WithRedirectUri(string)
Build the Authentication
Parameters
redirectUri
stringFull path or absolute URI to be used to redirect back to your application.
Returns
- Logout
Authentication Properties Builder The current Logout
Authentication instance.Properties Builder
Remarks
Defaults to "/" when With