populateDeviceFlowVerificationRequest
Populates a request to verify a user code in the Device Authorization Grant flow (RFC 8628).
This function applies to DaVinci Environment only. PingOne DaVinci uses specific URL to handle the device grant flow.
Constructs the device flow verification URL from com.pingidentity.oidc.OpenIdConfiguration.deviceAuthorizationEndpoint by stripping the /as/device_authorization suffix to obtain the base URL, then appending /applications/{clientId}/deviceFlow with the userCode query parameter.
Examples:
https://auth.pingone.ca/{tenantId}/as/device_authorization→https://auth.pingone.ca/{tenantId}/applications/{clientId}/deviceFlow?userCode={userCode}https://pingone.petrov.ca/as/device_authorization→https://pingone.petrov.ca/applications/{clientId}/deviceFlow?userCode={userCode}
Return
The populated Request ready for execution.
Parameters
The user code obtained from the device authorization response that needs to be verified.