类 WebAuthNAuthentication
- java.lang.Object
-
- cn.authing.guard.webauthn.WebAuthNAuthentication
-
public class WebAuthNAuthentication extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interfaceWebAuthNAuthentication.WebAuthNAuthenticationCallBack
-
构造器概要
构造器 构造器 说明 WebAuthNAuthentication(androidx.fragment.app.FragmentActivity context, WebAuthNAuthentication.WebAuthNAuthenticationCallBack webAuthNVerifyCallBack)
-
-
-
构造器详细资料
-
WebAuthNAuthentication
public WebAuthNAuthentication(androidx.fragment.app.FragmentActivity context, WebAuthNAuthentication.WebAuthNAuthenticationCallBack webAuthNVerifyCallBack)
-
-
方法详细资料
-
startAuthentication
public void startAuthentication()
-
onActivityResult
public void onActivityResult(int requestCode, int resultCode, @Nullable Intent data)
-
-