class Azure::Storage::Common::Core::TokenCredential
Public Class Methods
Public Instance Methods
renew_token(new_token)
click to toggle source
token()
click to toggle source
Public: Gets the access token
Note: Providing this getter under the protect of a mutex
# File lib/azure/storage/common/core/token_credential.rb, line 46 def token @mutex.synchronize do @token end end