EnrollmentParams

public final class EnrollmentParams

An entity that configures enrollment operation com.futurae.sdk.public_api.account.FuturaeAccountApi.enrollAccount.

Parameters

inputCode

a provided activation code or a short activation code, set by EnrollmentInput entity.

enrollmentUseCase

a configuration of enrollment in certain specific SDK states.

Constructors

Link copied to clipboard
public EnrollmentParams EnrollmentParams(EnrollmentInput inputCode, EnrollmentUseCase enrollmentUseCase, String flowBindingToken)

Properties

Link copied to clipboard

Defines enrollment use case, to account for specific LockConfiguration cases.

Link copied to clipboard
private final String flowBindingToken

Sets a flow binding token as an additional authentication for this enrollment request.

Link copied to clipboard
private final EnrollmentInput inputCode

Defines activation code or short activation code, depending on what's provided for an enrollment flow.

Functions

Link copied to clipboard

Defines enrollment use case, to account for specific LockConfiguration cases.

Link copied to clipboard
public final String getFlowBindingToken()

Sets a flow binding token as an additional authentication for this enrollment request.

Link copied to clipboard

Defines activation code or short activation code, depending on what's provided for an enrollment flow.