ReadonlyaudAudience — the client_id of the RP receiving this logout_token.
Optional ReadonlyexpiresTTL in seconds. Defaults to 300 (5 minutes) per Back-Channel Logout 1.0 best practice.
Optional ReadonlyincludeWhether to include the sid claim. Defaults to true for security — most RPs
require sid to correlate the logout with their local session. Set to false
only when the RP registered with backchannel_logout_session_required: false.
ReadonlyissuerIssuer URL (MUST match the id_token iss claim for the session being logged out).
ReadonlykeyJWT signer.
Optional ReadonlysidSession identifier (MUST match the id_token sid claim when present).
ReadonlysubSubject identifier of the user being logged out.
Options for
generateLogoutToken(OIDC Back-Channel Logout 1.0).