public class TotpConfirmRequest extends AfterLoginRequest
| 构造器和说明 |
|---|
TotpConfirmRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthenticator_type() |
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getMethod()
Http 调用方式
|
String |
getPath()
获取请求调用 Path
|
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
String |
getSource() |
String |
getTotp() |
void |
setAuthenticator_type(String authenticator_type) |
void |
setSource(String source) |
void |
setTotp(String totp) |
getPathVariables, getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic String getAuthenticator_type()
public void setAuthenticator_type(String authenticator_type)
public String getSource()
public void setSource(String source)
public String getTotp()
public void setTotp(String totp)
Copyright © 2021. All rights reserved.