Sha256: 95e33d1bf73dba6b0266f3bc782891cb0266bfb127e041075f4ccc69f7a69267
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
# VeloPayments::AccessTokenValidationRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **otp** | **String** | an OTP either sent via sms or generated by a registered MFA device | | ## Example ```ruby require 'velopayments' instance = VeloPayments::AccessTokenValidationRequest.new( otp: 123456 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems