Package com.okta.sdk.resource.model
Class AppleClientSigning
java.lang.Object
com.okta.sdk.resource.model.AppleClientSigning
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AppleClientSigning
extends Object
implements Serializable
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.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKid()
The Key ID that you obtained from Apple when you created the private key for the clientThe PKCS \\#8 encoded private key that you created for the client and downloaded from AppleThe Team ID associated with your Apple developer accountint
hashCode()
privateKey
(String privateKey) void
void
setPrivateKey
(String privateKey) void
toString()
-
Field Details
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_PRIVATE_KEY
- See Also:
-
JSON_PROPERTY_TEAM_ID
- See Also:
-
-
Constructor Details
-
AppleClientSigning
public AppleClientSigning()
-
-
Method Details
-
kid
-
getKid
The Key ID that you obtained from Apple when you created the private key for the client- Returns:
- kid
-
setKid
-
privateKey
-
getPrivateKey
The PKCS \\#8 encoded private key that you created for the client and downloaded from Apple- Returns:
- privateKey
-
setPrivateKey
-
teamId
-
getTeamId
The Team ID associated with your Apple developer account- Returns:
- teamId
-
setTeamId
-
equals
-
hashCode
public int hashCode() -
toString
-