Package ai.reveng.model
Class OIDCCallbackInputBody
java.lang.Object
ai.reveng.model.OIDCCallbackInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class OIDCCallbackInputBody
extends Object
OIDCCallbackInputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncodeVerifier(String codeVerifier) booleanstatic OIDCCallbackInputBodyCreate an instance of OIDCCallbackInputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getCode()Authorization code from the identity providerPKCE code verifier (the raw secret, not the challenge)OIDC issuer URL (as returned by the SSO providers endpoint)Redirect URI used when initiating the authorization request; must match exactlyinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.redirectUri(String redirectUri) voidvoidsetCodeVerifier(String codeVerifier) voidvoidsetRedirectUri(String redirectUri) toJson()Convert an instance of OIDCCallbackInputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_CODE_VERIFIER
- See Also:
-
SERIALIZED_NAME_ISSUER
- See Also:
-
SERIALIZED_NAME_REDIRECT_URI
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
OIDCCallbackInputBody
public OIDCCallbackInputBody()
-
-
Method Details
-
code
-
getCode
Authorization code from the identity provider- Returns:
- code
-
setCode
-
codeVerifier
-
getCodeVerifier
PKCE code verifier (the raw secret, not the challenge)- Returns:
- codeVerifier
-
setCodeVerifier
-
issuer
-
getIssuer
OIDC issuer URL (as returned by the SSO providers endpoint)- Returns:
- issuer
-
setIssuer
-
redirectUri
-
getRedirectUri
Redirect URI used when initiating the authorization request; must match exactly- Returns:
- redirectUri
-
setRedirectUri
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the OIDCCallbackInputBody instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to OIDCCallbackInputBody
-
fromJson
Create an instance of OIDCCallbackInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of OIDCCallbackInputBody
- Throws:
IOException- if the JSON string is invalid with respect to OIDCCallbackInputBody
-
toJson
Convert an instance of OIDCCallbackInputBody to an JSON string- Returns:
- JSON string
-