Foretagsplatsen.Api2.OAuthRestClient.OAuthRestClient C# (CSharp) Method

OAuthRestClient() public method

Instantiate a new OAuthRestClient
public OAuthRestClient ( OAuthCredentials credentials, string baseUrl ) : System
credentials OAuthCredentials OAuth credentials to use when signing requests.
baseUrl string Url needed when accessing building URLs for /// accessing the OAuthCredentialService
return System
        public OAuthRestClient(OAuthCredentials credentials, string baseUrl)
        {
            this.credentials = credentials;
            this.BaseUrl = baseUrl;
        }