Package com.okta.sdk.resource.model
Class AuthenticatorKeyCustomAppAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorKeyCustomAppAllOfSettings
- 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 AuthenticatorKeyCustomAppAllOfSettings
extends Object
implements Serializable
AuthenticatorKeyCustomAppAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceId
(String appInstanceId) boolean
The application instance ID.Get userVerificationint
hashCode()
void
setAppInstanceId
(String appInstanceId) void
setUserVerification
(CustomAppUserVerificationEnum userVerification) toString()
userVerification
(CustomAppUserVerificationEnum userVerification)
-
Field Details
-
JSON_PROPERTY_USER_VERIFICATION
- See Also:
-
JSON_PROPERTY_APP_INSTANCE_ID
- See Also:
-
-
Constructor Details
-
AuthenticatorKeyCustomAppAllOfSettings
public AuthenticatorKeyCustomAppAllOfSettings()
-
-
Method Details
-
userVerification
public AuthenticatorKeyCustomAppAllOfSettings userVerification(CustomAppUserVerificationEnum userVerification) -
getUserVerification
Get userVerification- Returns:
- userVerification
-
setUserVerification
-
appInstanceId
-
getAppInstanceId
The application instance ID. For custom_app, you need to create an OIDC native app using the [Apps API](https://developer.okta.com/docs/reference/api/apps/) with `Authorization Code` and `Refresh Token` grant types. You can leave both `Sign-in redirect URIs` and `Sign-out redirect URIs` as the default values.- Returns:
- appInstanceId
-
setAppInstanceId
-
equals
-
hashCode
public int hashCode() -
toString
-