Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 544 Bytes

SelectiveAuth.md

File metadata and controls

22 lines (16 loc) · 544 Bytes

Marqeta::SelectiveAuth

Properties

Name Type Description Notes
sa_mode Integer [optional][default to SA_MODE::N1]
enable_regex_search_chain Boolean [optional][default to false]
dmd_location_sensitivity Integer [optional][default to DMD_LOCATION_SENSITIVITY::N0]

Example

require 'marqeta'

instance = Marqeta::SelectiveAuth.new(
  sa_mode: null,
  enable_regex_search_chain: null,
  dmd_location_sensitivity: null
)