Breadcrumbs

XsrfToken

Methods

Name

Type

Description

$xsrfToken.formField

String

The HTML text for a hidden form <input> field containing the XSRF token.

$xsrfToken.metaTag

String

The HTML text for a <meta> tag containing the XSRF token.

$xsrfToken.toString()

String

Same as $xsrfToken.formField.

$xsrfToken.token

String

The XSRF token value.

$xsrfToken.tokenName

String

The name of the token parameter. For current Confluence versions this is: atl_token.