Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 431 Bytes

CreateBlocklistIdentifierRequest.md

File metadata and controls

18 lines (12 loc) · 431 Bytes

ClerkBackend::CreateBlocklistIdentifierRequest

Properties

Name Type Description Notes
identifier String The identifier to be added in the block-list. This can be an email address, a phone number or a web3 wallet.

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::CreateBlocklistIdentifierRequest.new(
  identifier: null
)