VERIFICATION_URI_COMPLETE

Constant key used to pass the verification URI complete for the OAuth 2.0 Device Authorization Grant flow (RFC 8628). When this key is present in the flow context, the Oidc module will POST the user code to the device authorization endpoint after successful authentication.

DaVinci callers should use the re-exported constant from com.pingidentity.davinci.module:

daVinci.start {
VERIFICATION_URI_COMPLETE to "https://example.com/device?user_code=WDJB-MJHT"
}