class Yoti::DocScan::SessionSpecification::SdkConfig

Defined in:

yoti/doc_scan/session_specification_sdk_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.build(builder : JSON::Builder, &) : self #

[View source]
def self.new(builder : JSON::Builder) #

[View source]

Instance Method Detail

def with_allow_handoff : self #

[View source]
def with_allowed_capture_methods(capture_method : String) : self #

[View source]
def with_error_url(error_url : String) : self #

[View source]
def with_font_colour(hex_color_value : String) : self #

[View source]
def with_locale(locale : String) : self #

[View source]
def with_preset_issuing_country(iso3_country : String) : self #

[View source]
def with_primary_colour(hex_color_value : String) : self #

[View source]
def with_privacy_policy_url(url : String) : self #

[View source]
def with_secondary_colour(hex_color_value : String) : self #

[View source]
def with_success_url(success_url : String) : self #

[View source]