Package com.okta.sdk.resource.model
Class SecurityEventTokenRequestJwtBody
java.lang.Object
com.okta.sdk.resource.model.SecurityEventTokenRequestJwtBody
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SecurityEventTokenRequestJwtBody
extends Object
implements Serializable
JSON Web Token body payload for a Security Event Token
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_AUD
- See Also:
-
JSON_PROPERTY_EVENTS
- See Also:
-
JSON_PROPERTY_IAT
- See Also:
-
JSON_PROPERTY_ISS
- See Also:
-
JSON_PROPERTY_JTI
- See Also:
-
-
Constructor Details
-
SecurityEventTokenRequestJwtBody
public SecurityEventTokenRequestJwtBody()
-
-
Method Details
-
aud
-
getAud
-
setAud
-
events
-
getEvents
-
setEvents
-
iat
-
getIat
-
setIat
-
iss
-
getIss
-
setIss
-
jti
-
getJti
-
setJti
-
equals
-
hashCode
-
toString
-