类 AuthenticationOptions
- java.lang.Object
-
- cn.authing.guard.data.AuthenticationOptions
-
public class AuthenticationOptions extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAuthenticationOptions.AllowCredentials
-
构造器概要
构造器 构造器 说明 AuthenticationOptions()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<AuthenticationOptions.AllowCredentials>getAllowCredentials()StringgetChallenge()StringgetRpId()intgetTimeout()StringgetUserVerification()voidsetAllowCredentials(List<AuthenticationOptions.AllowCredentials> allowCredentials)voidsetChallenge(String challenge)voidsetRpId(String rpId)voidsetTimeout(int timeout)voidsetUserVerification(String userVerification)
-
-
-
方法详细资料
-
getChallenge
public String getChallenge()
-
setChallenge
public void setChallenge(String challenge)
-
getTimeout
public int getTimeout()
-
setTimeout
public void setTimeout(int timeout)
-
getUserVerification
public String getUserVerification()
-
setUserVerification
public void setUserVerification(String userVerification)
-
getRpId
public String getRpId()
-
setRpId
public void setRpId(String rpId)
-
getAllowCredentials
public List<AuthenticationOptions.AllowCredentials> getAllowCredentials()
-
setAllowCredentials
public void setAllowCredentials(List<AuthenticationOptions.AllowCredentials> allowCredentials)
-
-