DeviceRequirementsEvaluation

public final class DeviceRequirementsEvaluation

Represents the result of the server-side device requirements evaluation.

This object is returned as part of the mobile confirmation response when PingOne evaluates whether the current device complies with the policy configured for the authentication flow.

All properties are nullable because the server may omit this object entirely or return only a subset of its fields.

Constructors

Link copied to clipboard
public DeviceRequirementsEvaluation DeviceRequirementsEvaluation(String status, String reason, String deviceRequirementsDataHash)

Properties

Link copied to clipboard

A hash of the device requirements data associated with this evaluation.

Link copied to clipboard
private final String reason

The reason the evaluation failed, if provided by the server.

Link copied to clipboard
private final String status

The evaluation result, for example Passed or Failed.

Functions

Link copied to clipboard
Link copied to clipboard
public final String getReason()
Link copied to clipboard
public final String getStatus()