类 AuthenticationCredentialDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.AuthenticationCredentialDto
-
public class AuthenticationCredentialDto extends Object
-
-
构造器概要
构造器 构造器 说明 AuthenticationCredentialDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetId()StringgetRawId()AuthenticatorAssertionResponseDtogetResponse()StringgetType()voidsetId(String id)voidsetRawId(String rawId)voidsetResponse(AuthenticatorAssertionResponseDto response)voidsetType(String type)
-
-
-
方法详细资料
-
getId
public String getId()
-
setId
public void setId(String id)
-
getRawId
public String getRawId()
-
setRawId
public void setRawId(String rawId)
-
getResponse
public AuthenticatorAssertionResponseDto getResponse()
-
setResponse
public void setResponse(AuthenticatorAssertionResponseDto response)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-