Skip to content
LogoLogo

Challenge.meta

Extract correlation data from a Challenge

Extracts server-defined correlation data from a Challenge.

Usage

const  = .()

Return type

type ReturnType = Record<string, string> | undefined

The opaque field from the Challenge, or undefined if not set.

On HTTP transport, the same data travels in the opaque auth-param as base64url-encoded JCS JSON.

Parameters

challenge

  • Type: Challenge

The Challenge to extract correlation data from.