Sha256: ef4ae2e96d9b08d8da3898f9be60cfa915384ca625e87bf0962c83f58ddd9b69
Contents?: true
Size: 787 Bytes
Versions: 56
Compression:
Stored size: 787 Bytes
Contents
module Twilio module REST class Accounts < AccountsBase ## # @return [Twilio::REST::Accounts::V1::AuthTokenPromotionInstance] def auth_token_promotion warn "auth_token_promotion is deprecated. Use v1.auth_token_promotion instead." self.v1.auth_token_promotion() end ## # @return [Twilio::REST::Accounts::V1::CredentialInstance] def credentials warn "credentials is deprecated. Use v1.credentials instead." self.v1.credentials() end ## # @return [Twilio::REST::Accounts::V1::SecondaryAuthTokenInstance] def secondary_auth_token warn "secondary_auth_token is deprecated. Use v1.secondary_auth_token instead." self.v1.secondary_auth_token() end end end end
Version data entries
56 entries across 56 versions & 2 rubygems