backchannelLogoutSessionSupported property

bool? backchannelLogoutSessionSupported

Implementation

bool? get backchannelLogoutSessionSupported =>
    _$this._backchannelLogoutSessionSupported;
void backchannelLogoutSessionSupported=(bool? backchannelLogoutSessionSupported)

Implementation

set backchannelLogoutSessionSupported(
        bool? backchannelLogoutSessionSupported) =>
    _$this._backchannelLogoutSessionSupported =
        backchannelLogoutSessionSupported;