Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 604 Bytes

CreateIosPushCredentialRequest.md

File metadata and controls

24 lines (12 loc) · 604 Bytes

CreateIosPushCredentialRequest

Properties

Name Type Description Notes
type TypeEnum Type of mobile push credential. Should be <code>ios</code> here
certificate String Certificate as received from APNs
privateKey String Corresponding private key to the certificate as received from APNs
alias String Alias to uniquely identify the credential

Enum: TypeEnum

Name Value
IOS "ios"