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