Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 731 Bytes

File metadata and controls

26 lines (14 loc) · 731 Bytes

SdkKeyPost

Properties

Name Type Description Notes
kind KindEnum The kind of SDK key. Can be either "sdk" (server-side) or "mobile" (mobile). Defaults to "sdk" when not explicitly defined. [optional]
key String The user-defined key of the SDK key.
name String The human-readable name of the SDK key.
description String The optional description of the SDK key. [optional]
expiry Long [optional]

Enum: KindEnum

Name Value
SDK "sdk"
MOBILE "mobile"