@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AuthenticatorMethodSignedNonceAllOfSettings extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ALGORITHMS  | 
static String | 
JSON_PROPERTY_KEY_PROTECTION  | 
static String | 
JSON_PROPERTY_SHOW_SIGN_IN_WITH_O_V  | 
| Constructor and Description | 
|---|
AuthenticatorMethodSignedNonceAllOfSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorMethodSignedNonceAllOfSettings | 
addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem)  | 
AuthenticatorMethodSignedNonceAllOfSettings | 
algorithms(List<AuthenticatorMethodAlgorithm> algorithms)  | 
boolean | 
equals(Object o)  | 
List<AuthenticatorMethodAlgorithm> | 
getAlgorithms()
Get algorithms 
 | 
PushMethodKeyProtection | 
getKeyProtection()
Get keyProtection 
 | 
ShowSignInWithOV | 
getShowSignInWithOV()
Get showSignInWithOV 
 | 
int | 
hashCode()  | 
AuthenticatorMethodSignedNonceAllOfSettings | 
keyProtection(PushMethodKeyProtection keyProtection)  | 
void | 
setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms)  | 
void | 
setKeyProtection(PushMethodKeyProtection keyProtection)  | 
void | 
setShowSignInWithOV(ShowSignInWithOV showSignInWithOV)  | 
AuthenticatorMethodSignedNonceAllOfSettings | 
showSignInWithOV(ShowSignInWithOV showSignInWithOV)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_ALGORITHMS
public static final String JSON_PROPERTY_KEY_PROTECTION
public static final String JSON_PROPERTY_SHOW_SIGN_IN_WITH_O_V
public AuthenticatorMethodSignedNonceAllOfSettings()
public AuthenticatorMethodSignedNonceAllOfSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public AuthenticatorMethodSignedNonceAllOfSettings addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem)
@Nullable public List<AuthenticatorMethodAlgorithm> getAlgorithms()
public void setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public AuthenticatorMethodSignedNonceAllOfSettings keyProtection(PushMethodKeyProtection keyProtection)
@Nullable public PushMethodKeyProtection getKeyProtection()
public void setKeyProtection(PushMethodKeyProtection keyProtection)
public AuthenticatorMethodSignedNonceAllOfSettings showSignInWithOV(ShowSignInWithOV showSignInWithOV)
@Nullable public ShowSignInWithOV getShowSignInWithOV()
public void setShowSignInWithOV(ShowSignInWithOV showSignInWithOV)
Copyright © 2017–2023 Okta. All rights reserved.