类 VerifyAuthenticationDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.VerifyAuthenticationDto
-
public class VerifyAuthenticationDto extends Object
-
-
构造器概要
构造器 构造器 说明 VerifyAuthenticationDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AuthenticationCredentialDtogetAuthenticationCredential()SignInByWebAuthnOptionsDtogetOptions()StringgetTicket()voidsetAuthenticationCredential(AuthenticationCredentialDto authenticationCredential)voidsetOptions(SignInByWebAuthnOptionsDto options)voidsetTicket(String ticket)
-
-
-
方法详细资料
-
getTicket
public String getTicket()
-
setTicket
public void setTicket(String ticket)
-
getAuthenticationCredential
public AuthenticationCredentialDto getAuthenticationCredential()
-
setAuthenticationCredential
public void setAuthenticationCredential(AuthenticationCredentialDto authenticationCredential)
-
getOptions
public SignInByWebAuthnOptionsDto getOptions()
-
setOptions
public void setOptions(SignInByWebAuthnOptionsDto options)
-
-