-
public final class VerifyPurchaseHorizonOptionsMeta Horizon (Quest) verification parameters. Used for server-side entitlement verification via Meta's S2S API. POST https://graph.oculus.com/$APP_ID/verify_entitlement
⚠️ SECURITY: Contains sensitive token (accessToken). Do not log or persist this data.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerifyPurchaseHorizonOptions.Companion
-
Constructor Summary
Constructors Constructor Description VerifyPurchaseHorizonOptions(String accessToken, String sku, String userId)
-
Method Summary
Modifier and Type Method Description final StringgetAccessToken()Access token for Meta API authentication (OC|$APP_ID|$APP_SECRET or User Access Token). final StringgetSku()The SKU for the add-on item, defined in Meta Developer Dashboard final StringgetUserId()The user ID of the user whose purchase you want to verify final Map<String, Object>toJson()-
-
Method Detail
-
getAccessToken
final String getAccessToken()
Access token for Meta API authentication (OC|$APP_ID|$APP_SECRET or User Access Token). ⚠️ Sensitive: Do not log this value.
-
-
-
-