public static class AuthenticatorListResponse.Authenticator extends BasicEntity
| 构造器和说明 |
|---|
Authenticator() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthenticatorType() |
Boolean |
getEnable() |
String |
getRecoveryCode() |
String |
getSecret() |
String |
getSource() |
String |
getUserId() |
void |
setAuthenticatorType(String authenticatorType) |
void |
setEnable(Boolean enable) |
void |
setRecoveryCode(String recoveryCode) |
void |
setSecret(String secret) |
void |
setSource(String source) |
void |
setUserId(String userId) |
public String getAuthenticatorType()
public void setAuthenticatorType(String authenticatorType)
public Boolean getEnable()
public void setEnable(Boolean enable)
public String getRecoveryCode()
public void setRecoveryCode(String recoveryCode)
public String getSecret()
public void setSecret(String secret)
public String getSource()
public void setSource(String source)
public String getUserId()
public void setUserId(String userId)
Copyright © 2021. All rights reserved.