Package com.okta.sdk.resource.model
Class AuthenticatorMethodSignedNonceAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodSignedNonceAllOfSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class AuthenticatorMethodSignedNonceAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodSignedNonceAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAlgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) boolean
Get algorithmsGet keyProtectionGet showSignInWithOVint
hashCode()
keyProtection
(PushMethodKeyProtection keyProtection) void
setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
setKeyProtection
(PushMethodKeyProtection keyProtection) void
setShowSignInWithOV
(ShowSignInWithOV showSignInWithOV) showSignInWithOV
(ShowSignInWithOV showSignInWithOV) toString()
-
Field Details
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_KEY_PROTECTION
- See Also:
-
JSON_PROPERTY_SHOW_SIGN_IN_WITH_O_V
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodSignedNonceAllOfSettings
public AuthenticatorMethodSignedNonceAllOfSettings()
-
-
Method Details
-
algorithms
public AuthenticatorMethodSignedNonceAllOfSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms) -
addAlgorithmsItem
public AuthenticatorMethodSignedNonceAllOfSettings addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) -
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
keyProtection
public AuthenticatorMethodSignedNonceAllOfSettings keyProtection(PushMethodKeyProtection keyProtection) -
getKeyProtection
Get keyProtection- Returns:
- keyProtection
-
setKeyProtection
-
showSignInWithOV
public AuthenticatorMethodSignedNonceAllOfSettings showSignInWithOV(ShowSignInWithOV showSignInWithOV) -
getShowSignInWithOV
Get showSignInWithOV- Returns:
- showSignInWithOV
-
setShowSignInWithOV
-
equals
-
hashCode
public int hashCode() -
toString
-