Skip to main content

ActivateParms

Optional parameters specifying how the token is to be activated. If not specified, all activation types are used, the QR code is returned and the activation email is sent.

Properties

NameTypeDescriptionNotes
deliverActivationEmailBooleanA flag indicating if Identity as a Service should send an activation email including the activation information to the end user. If not specified, this attribute defaults to false.[optional]
returnQRCodeBooleanA flag indicating if the QR code for offline activation is returned. The link encoded in the QR code is always returned for clients that want to encode their own QR code. If not specified, this attribute defaults to false.[optional]
typeList<TypeEnum>The list of activation types that will be performed. Allowed values are: CLASSIC (return activation values that must be manually entered into the mobile application), ONLINE (return a link that when clicked will launch the mobile application) and OFFLINE (return a QR code that can be scanned by the mobile application). If no values are specified in the list, then all activation types are performed.[optional]

List<TypeEnum>

NameValue
CLASSIC"CLASSIC"
ONLINE"ONLINE"
OFFLINE"OFFLINE"