Package com.auth0.json.mgmt.client
Class OIDCBackchannelLogout
java.lang.Object
com.auth0.json.mgmt.client.OIDCBackchannelLogout
Represents the value of the
oidc_backchannel_logout property on an Auth0 application.\- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOIDCBackchannelLogout(List<String> backchannelLogoutUrls) Create a new instance with the given list of Logout URIs that will receive alogout_tokenwhen selected Back-Channel Logout Initiators occur. -
Method Summary
-
Constructor Details
-
OIDCBackchannelLogout
Create a new instance with the given list of Logout URIs that will receive alogout_tokenwhen selected Back-Channel Logout Initiators occur.- Parameters:
backchannelLogoutUrls- the list of allowed backchannel logout URLs.
-
-
Method Details
-
getBackchannelLogoutUrls
- Returns:
- the list of Logout URIs that will receive a
logout_tokenwhen selected Back-Channel Logout Initiators occur.
-