backChannelLogoutUri property
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);
Implementation
@$pb.TagNumber(16)
set backChannelLogoutUri($core.String value) => $_setString(15, value);