public final class LoginRoutes extends Object
| Constructor and Description |
|---|
LoginRoutes() |
| Modifier and Type | Method and Description |
|---|---|
String |
logoutEndpoint()
Get the logoutEndpoint property: The endpoint at which a logout request should be made.
|
void |
validate()
Validates the instance.
|
LoginRoutes |
withLogoutEndpoint(String logoutEndpoint)
Set the logoutEndpoint property: The endpoint at which a logout request should be made.
|
public String logoutEndpoint()
public LoginRoutes withLogoutEndpoint(String logoutEndpoint)
logoutEndpoint - the logoutEndpoint value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.