frontchannelLogoutSessionSupported property

bool? frontchannelLogoutSessionSupported

Implementation

bool? get frontchannelLogoutSessionSupported =>
    _$this._frontchannelLogoutSessionSupported;
void frontchannelLogoutSessionSupported=(bool? frontchannelLogoutSessionSupported)

Implementation

set frontchannelLogoutSessionSupported(
        bool? frontchannelLogoutSessionSupported) =>
    _$this._frontchannelLogoutSessionSupported =
        frontchannelLogoutSessionSupported;