backChannelLogoutUri property

  1. @TagNumber.new(16)
String get backChannelLogoutUri

BackChannelLogoutURI is used to notify the application about terminated sessions according to the OIDC Back-Channel Logout (https://openid.net/specs/openid-connect-backchannel-1_0.html). If not set, the back channel logout URI will not be changed.

Implementation

@$pb.TagNumber(16)
$core.String get backChannelLogoutUri => $_getSZ(15);
  1. @TagNumber.new(16)
set backChannelLogoutUri (String value)

Implementation

@$pb.TagNumber(16)
set backChannelLogoutUri($core.String value) => $_setString(15, value);