Okta.Sdk.Model.AppleClientSigning

October 22, 2025 ยท View on GitHub

Information used to generate the secret JSON Web Token for the token requests to Apple IdP > Note: The privateKey property is required for a CREATE request. For an UPDATE request, it can be null and keeps the existing value if it's null. The privateKey property isn't returned for LIST and GET requests or UPDATE requests if it's null.

Properties

NameTypeDescriptionNotes
KidstringThe key ID that you obtained from Apple when you created the private key for the client[optional]
PrivateKeystringThe PKCS \#8 encoded private key that you created for the client and downloaded from Apple[optional]
TeamIdstringThe Team ID associated with your Apple developer account[optional]

[Back to Model list] [Back to API list] [Back to README]