类 AuthenticationOptionsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.AuthenticationOptionsDto
-
public class AuthenticationOptionsDto extends Object
-
-
构造器概要
构造器 构造器 说明 AuthenticationOptionsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PublicKeyCredentialRequestOptionsDtogetAuthenticationOptions()StringgetTicket()voidsetAuthenticationOptions(PublicKeyCredentialRequestOptionsDto authenticationOptions)voidsetTicket(String ticket)
-
-
-
方法详细资料
-
getAuthenticationOptions
public PublicKeyCredentialRequestOptionsDto getAuthenticationOptions()
-
setAuthenticationOptions
public void setAuthenticationOptions(PublicKeyCredentialRequestOptionsDto authenticationOptions)
-
getTicket
public String getTicket()
-
setTicket
public void setTicket(String ticket)
-
-