@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class WebAuthnUserFactorProfile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AUTHENTICATOR_NAME |
static String |
JSON_PROPERTY_CREDENTIAL_ID |
Constructor and Description |
---|
WebAuthnUserFactorProfile() |
Modifier and Type | Method and Description |
---|---|
WebAuthnUserFactorProfile |
authenticatorName(String authenticatorName) |
WebAuthnUserFactorProfile |
credentialId(String credentialId) |
boolean |
equals(Object o) |
String |
getAuthenticatorName()
Get authenticatorName
|
String |
getCredentialId()
Get credentialId
|
int |
hashCode() |
void |
setAuthenticatorName(String authenticatorName) |
void |
setCredentialId(String credentialId) |
String |
toString() |
public static final String JSON_PROPERTY_AUTHENTICATOR_NAME
public static final String JSON_PROPERTY_CREDENTIAL_ID
public WebAuthnUserFactorProfile authenticatorName(String authenticatorName)
@Nullable public String getAuthenticatorName()
public void setAuthenticatorName(String authenticatorName)
public WebAuthnUserFactorProfile credentialId(String credentialId)
public void setCredentialId(String credentialId)
Copyright © 2017–2023 Okta. All rights reserved.