PrepareGetCredentialResponse.TestBuilder


@VisibleForTesting
class PrepareGetCredentialResponse.TestBuilder


A builder for PrepareGetCredentialResponse for test use only.

Summary

Public constructors

Public constructors

TestBuilder

Added in 1.2.0
TestBuilder()

Public functions

setCredentialTypeDelegate

Added in 1.2.0
@VisibleForTesting
fun setCredentialTypeDelegate(handler: (String) -> Boolean): PrepareGetCredentialResponse.TestBuilder

Sets the credential type handler.

setHasAuthResultsDelegate

Added in 1.2.0
@VisibleForTesting
fun setHasAuthResultsDelegate(handler: () -> Boolean): PrepareGetCredentialResponse.TestBuilder

Sets the has authentication results bit.

setHasRemoteResultsDelegate

Added in 1.2.0
@VisibleForTesting
fun setHasRemoteResultsDelegate(handler: () -> Boolean): PrepareGetCredentialResponse.TestBuilder

Sets the has remote results bit.