public class AuthenticationOptionsDto extends Object
| 构造器和说明 |
|---|
AuthenticationOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
PublicKeyCredentialRequestOptionsDto |
getAuthenticationOptions() |
String |
getTicket() |
void |
setAuthenticationOptions(PublicKeyCredentialRequestOptionsDto authenticationOptions) |
void |
setTicket(String ticket) |
public PublicKeyCredentialRequestOptionsDto getAuthenticationOptions()
public void setAuthenticationOptions(PublicKeyCredentialRequestOptionsDto authenticationOptions)
public String getTicket()
public void setTicket(String ticket)
Copyright © 2024. All rights reserved.