EnrollmentExchangeTokenQrCode

A single short-lived QR code token for App-2-App enrollment, as returned in the list by com.futurae.sdk.public_api.operations.FuturaeOperationsApi.getEnrollmentExchangeTokens.

The host app should display the tokens one at a time, always switching to the next one before the current token expires, so the new device can scan and complete the enrollment.

Properties

Link copied to clipboard
private final Long exp

Unix timestamp (seconds) at which this token expires.

Link copied to clipboard
private final String qrCode

The Base64-encoded QR code content to be rendered as a QR code image.

Functions

Link copied to clipboard
public final Long getExp()

Unix timestamp (seconds) at which this token expires.

Link copied to clipboard
public final String getQrCode()

The Base64-encoded QR code content to be rendered as a QR code image.