Skip to content

ServerSideVerificationOptions

The ServerSideVerificationOptions class configures parameters used for securing server-to-server rewarded ad verification callbacks.

Properties

custom_data / CustomData

Custom user-defined parameter string sent back to the validation server.

var custom_data: String
public string CustomData { get; set; }

user_id / UserId

The unique identifier of the user who completed the rewarded action.

var user_id: String
public string UserId { get; set; }