class Yoti::DocScan::SessionSpecification::Notifications

Defined in:

yoti/doc_scan/session_specification_notifications.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_auth_token(basic_auth_string : String) : self #

[View source]
def with_auth_type_basic : self #

[View source]
def with_auth_type_bearer : self #

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

[View source]
def with_topics(topics : Array(String)) : self #

[View source]