@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodWebAuthnAllOfSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ATTACHMENT |
static String |
JSON_PROPERTY_USER_VERIFICATION |
Constructor and Description |
---|
AuthenticatorMethodWebAuthnAllOfSettings() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorMethodWebAuthnAllOfSettings |
attachment(WebAuthnAttachment attachment) |
boolean |
equals(Object o) |
WebAuthnAttachment |
getAttachment()
Get attachment
|
UserVerificationEnum |
getUserVerification()
Get userVerification
|
int |
hashCode() |
void |
setAttachment(WebAuthnAttachment attachment) |
void |
setUserVerification(UserVerificationEnum userVerification) |
String |
toString() |
AuthenticatorMethodWebAuthnAllOfSettings |
userVerification(UserVerificationEnum userVerification) |
public static final String JSON_PROPERTY_USER_VERIFICATION
public static final String JSON_PROPERTY_ATTACHMENT
public AuthenticatorMethodWebAuthnAllOfSettings()
public AuthenticatorMethodWebAuthnAllOfSettings userVerification(UserVerificationEnum userVerification)
@Nullable public UserVerificationEnum getUserVerification()
public void setUserVerification(UserVerificationEnum userVerification)
public AuthenticatorMethodWebAuthnAllOfSettings attachment(WebAuthnAttachment attachment)
@Nullable public WebAuthnAttachment getAttachment()
public void setAttachment(WebAuthnAttachment attachment)
Copyright © 2017–2023 Okta. All rights reserved.