Class: MsRest::TokenProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/ms_rest/credentials/token_provider.rb

Overview

Class that provides access to authentication token.

Direct Known Subclasses

StringTokenProvider

Instance Method Summary collapse

Instance Method Details

#get_authentication_headerString

Returns the string value which needs to be attached to HTTP request header in order to be authorized.

Returns:

  • (String)

    authentication headers.



16
17
# File 'lib/ms_rest/credentials/token_provider.rb', line 16

def get_authentication_header
end