generateMobilePayload

public static String generateMobilePayload(Context context)

Generates a payload string for any communication needed between the customer mobile app and the PingOne server.

The PingOne Native SDK returns a native payload to the customer native application. The payload is a small data package created by the PingOne Native SDK component, which is used as part of the device's authorization.

Return

The mobile payload string.

Parameters

context

The context of the calling application.