class Yoti::DocScan::SessionSpecification
- Yoti::DocScan::SessionSpecification
- Reference
- Object
Defined in:
yoti/doc_scan/session_specification.cryoti/doc_scan/session_specification_notifications.cr
yoti/doc_scan/session_specification_requested_check.cr
yoti/doc_scan/session_specification_requested_task.cr
yoti/doc_scan/session_specification_sdk_config.cr
Constructors
Instance Method Summary
- #builder : JSON::Builder
- #close : Nil
- #document_closed? : Bool
- #to_json : String
- #to_s(*args, **options)
- #to_s(*args, **options, &)
- #with_client_session_token_ttl(ttl_seconds : Int32) : self
- #with_notifications(&) : self
- #with_requested_checks(&) : self
- #with_requested_tasks(&) : self
- #with_resources_ttl(ttl_seconds : Int32) : self
- #with_sdk_config(&) : self
-
#with_session_deadline(time : Time) : self
NOTE If
client_session_token_ttl
is called, this field can't be used - #with_user_tracking_id(user_id : String) : self
Constructor Detail
Instance Method Detail
def with_session_deadline(time : Time) : self
#
NOTE If client_session_token_ttl
is called, this field can't be used