lib/ably/models/token_request.rb in ably-1.2.0 vs lib/ably/models/token_request.rb in ably-1.2.1
- old
+ new
@@ -96,10 +96,10 @@
attributes.fetch(:nonce) { raise Ably::Exceptions::InvalidTokenRequest, 'Nonce is missing' }
end
# @!attribute [r] mac
# @return [String] the Message Authentication Code for this request. See the
- # {https://www.ably.io/documentation Ably Authentication documentation} for more details.
+ # {https://www.ably.com/docs Ably Authentication documentation} for more details.
def mac
attributes.fetch(:mac) { raise Ably::Exceptions::InvalidTokenRequest, 'MAC is missing' }
end
# Requests that the token is always persisted