Akamai.EdgeGrid.Auth.ClientCredentialTest.ConstructorDefualtTest_NullClientToke C# (CSharp) Method

ConstructorDefualtTest_NullClientToke() private method

private ConstructorDefualtTest_NullClientToke ( ) : void
return void
        public void ConstructorDefualtTest_NullClientToke()
        {
            string accessToken = "access-token";
            string secret = "secret";
            var credential = new ClientCredential(null, accessToken, secret);
        }