hwsecurity-fido2 / de.cotech.hw.fido2.ui / WebauthnDialogFragment /

WebauthnDialogFragment

open class WebauthnDialogFragment

Types

Name Summary
OnGetAssertionCallback interface OnGetAssertionCallback
OnMakeCredentialCallback interface OnMakeCredentialCallback

Functions

Name Summary
newInstance open fun newInstance(webauthnCommand: WebauthnCommand): WebauthnDialogFragment
open fun newInstance(webauthnCommand: WebauthnCommand, options: WebauthnDialogOptions): WebauthnDialogFragment
onCancel open fun onCancel(dialog: DialogInterface)
onCreate open fun onCreate(savedInstanceState: Bundle)
onCreateDialog open fun onCreateDialog(savedInstanceState: Bundle): Dialog
onCreateView open fun onCreateView(inflater: LayoutInflater, container: ViewGroup, savedInstanceState: Bundle): View
onDetach open fun onDetach()
onPinEntered open fun onPinEntered(pinSecret: ByteSecret)
onSecurityKeyDisconnected open fun onSecurityKeyDisconnected(securityKey: Fido2SecurityKey)
onSecurityKeyDiscovered open fun onSecurityKeyDiscovered(securityKey: Fido2SecurityKey)
onSecurityKeyDiscoveryFailed open fun onSecurityKeyDiscoveryFailed(exception: IOException)
onSecurityKeyFormFactorClickUsb open fun onSecurityKeyFormFactorClickUsb()
onViewCreated open fun onViewCreated(view: View, savedInstanceState: Bundle)
screeFullscreenNfc open fun screeFullscreenNfc()
show open fun show(fragmentManager: FragmentManager)
showPinInput open fun showPinInput(allowSkip: Boolean)
switchBetweenPinInputs open fun switchBetweenPinInputs()

Properties

Name Summary
onGetAssertionCallback private open var onGetAssertionCallback: WebauthnDialogFragment.OnGetAssertionCallback
onMakeCredentialCallback private open var onMakeCredentialCallback: WebauthnDialogFragment.OnMakeCredentialCallback