Package com.okta.sdk.resource.model
Class SecurityEventTokenRequestJwtHeader
java.lang.Object
com.okta.sdk.resource.model.SecurityEventTokenRequestJwtHeader
- 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 SecurityEventTokenRequestJwtHeader
extends Object
implements Serializable
JSON Web Token header for a Security Event Token
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_ALG
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_TYP
- See Also:
-
-
Constructor Details
-
SecurityEventTokenRequestJwtHeader
public SecurityEventTokenRequestJwtHeader()
-
-
Method Details
-
alg
-
getAlg
Algorithm used to sign or encrypt the JWT- Returns:
- alg
-
setAlg
-
kid
-
getKid
Key ID used to sign or encrypt the JWT- Returns:
- kid
-
setKid
-
typ
-
getTyp
The type of content being signed or encrypted- Returns:
- typ
-
setTyp
-
equals
-
hashCode
public int hashCode() -
toString
-