Sha256: 56e8d8e0743171e5121c6c02b045cd0346a55b775b9aee78372b201741d86d59
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
# MxPlatformRuby::ChallengeImageOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data_uri** | **String** | | [optional] | | **label** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ChallengeImageOptions.new( data_uri: data:image/png;base64,iVBORw0KGgoAAAANSUh ... more image data ..., label: IMAGE_1, value: image_data ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.0 | docs/ChallengeImageOptions.md |
mx-platform-ruby-0.2.1 | docs/ChallengeImageOptions.md |