类 PublicKeyCredentialRequestOptionsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.PublicKeyCredentialRequestOptionsDto
-
public class PublicKeyCredentialRequestOptionsDto extends Object
-
-
构造器概要
构造器 构造器 说明 PublicKeyCredentialRequestOptionsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<PublicKeyCredentialDescriptorDto>getAllowCredentials()StringgetChallenge()StringgetRpId()IntegergetTimeout()voidsetAllowCredentials(List<PublicKeyCredentialDescriptorDto> allowCredentials)voidsetChallenge(String challenge)voidsetRpId(String rpId)voidsetTimeout(Integer timeout)
-
-
-
方法详细资料
-
getChallenge
public String getChallenge()
-
setChallenge
public void setChallenge(String challenge)
-
getAllowCredentials
public List<PublicKeyCredentialDescriptorDto> getAllowCredentials()
-
setAllowCredentials
public void setAllowCredentials(List<PublicKeyCredentialDescriptorDto> allowCredentials)
-
getRpId
public String getRpId()
-
setRpId
public void setRpId(String rpId)
-
getTimeout
public Integer getTimeout()
-
setTimeout
public void setTimeout(Integer timeout)
-
-