Class OIDCBackchannelLogout

java.lang.Object
com.auth0.json.mgmt.client.OIDCBackchannelLogout

public class OIDCBackchannelLogout extends Object
Represents the value of the oidc_backchannel_logout property on an Auth0 application.\
See Also:
  • Constructor Details

    • OIDCBackchannelLogout

      public OIDCBackchannelLogout(List<String> backchannelLogoutUrls)
      Create a new instance with the given list of Logout URIs that will receive a logout_token when selected Back-Channel Logout Initiators occur.
      Parameters:
      backchannelLogoutUrls - the list of allowed backchannel logout URLs.
  • Method Details

    • getBackchannelLogoutUrls

      public List<String> getBackchannelLogoutUrls()
      Returns:
      the list of Logout URIs that will receive a logout_token when selected Back-Channel Logout Initiators occur.