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