class MsRest::TokenProvider

Class that provides access to authentication token.

Public Instance Methods

get_authentication_header() click to toggle source

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

@return [String] authentication headers.

# File lib/ms_rest/credentials/token_provider.rb, line 15
def get_authentication_header
end