./codecov.yml .gitattributes LICENSE composer.json docs/.ruby-version docs/CNAME docs/Gemfile docs/Gemfile.lock phpunit.xml src/Grant/AbstractGrant.php src/Grant/AuthorizationCode.php src/Grant/ClientCredentials.php src/Grant/Exception/InvalidGrantException.php src/Grant/GrantFactory.php src/Grant/Password.php src/Grant/RefreshToken.php src/OptionProvider/HttpBasicAuthOptionProvider.php src/OptionProvider/OptionProviderInterface.php src/OptionProvider/PostAuthOptionProvider.php src/Provider/AbstractProvider.php src/Provider/Exception/IdentityProviderException.php src/Provider/Exception/ResponseParsingException.php src/Provider/GenericProvider.php src/Provider/GenericResourceOwner.php src/Provider/ResourceOwnerInterface.php src/Token/AccessToken.php src/Token/AccessTokenInterface.php src/Token/ResourceOwnerAccessTokenInterface.php src/Tool/ArrayAccessorTrait.php src/Tool/BearerAuthorizationTrait.php src/Tool/GuardedPropertyTrait.php src/Tool/MacAuthorizationTrait.php src/Tool/ProviderRedirectTrait.php src/Tool/QueryBuilderTrait.php src/Tool/RequestFactory.php src/Tool/RequiredParameterTrait.php test/src/Grant/AuthorizationCodeTest.php test/src/Grant/ClientCredentialsTest.php test/src/Grant/Fake.php test/src/Grant/GrantFactoryTest.php test/src/Grant/GrantTestCase.php test/src/Grant/PasswordTest.php test/src/Grant/RefreshTokenTest.php test/src/OptionProvider/HttpBasicAuthOptionProviderTest.php test/src/OptionProvider/PostAuthOptionProviderTest.php test/src/Provider/AbstractProviderTest.php test/src/Provider/Exception/IdentityProviderExceptionTest.php test/src/Provider/Exception/ResponseParsingExceptionTest.php test/src/Provider/Fake.php test/src/Provider/Fake/ProviderWithAccessTokenHints.php test/src/Provider/Fake/ProviderWithAccessTokenResourceOwnerId.php test/src/Provider/Fake/ProviderWithGuardedProperties.php test/src/Provider/Fake/User.php test/src/Provider/Generic.php test/src/Provider/GenericProviderTest.php test/src/Token/AccessTokenTest.php test/src/Tool/ArrayAccessorTraitTest.php test/src/Tool/ProviderRedirectTraitTest.php test/src/Tool/QueryBuilderTraitTest.php test/src/Tool/RequestFactoryTest.php <<<<<< network # path=./build/logs/clover.xml <<<<<< EOF # path=fixes ./test/src/Tool/RequestFactoryTest.php:10,12,32,35,55,56 ./test/src/Tool/ArrayAccessorTraitTest.php:9,13,19,22,29,32,38,41,47,48 ./test/src/Tool/ProviderRedirectTraitTest.php:15,19,21,24,28,31,33,36,40,43,49,52,58,61,67,70,102,105,132,135,159,160 ./test/src/Tool/QueryBuilderTraitTest.php:9,13,25,26 ./test/src/Token/AccessTokenTest.php:12,22,25,28,34,37,39,42,53,56,68,71,78,81,94,97,109,112,124,127,143,146,162,165,176,179,190,194,208,211,229,230 ./test/src/OptionProvider/PostAuthOptionProviderTest.php:13,18,28,29 ./test/src/OptionProvider/HttpBasicAuthOptionProviderTest.php:14,20,25,33,38,44,55,56 ./test/src/Provider/Exception/IdentityProviderExceptionTest.php:8,10,20,21 ./test/src/Provider/Exception/ResponseParsingExceptionTest.php:11,15,17,20,24,25,28,32,33,36,38,39 ./test/src/Provider/AbstractProviderTest.php:27,29,35,38,42,43,46,49,52,56,59,65,71,81,87,99,102,111,114,123,126,133,136,143,146,151,154,159,162,167,170,183,189,243,246,277,280,285,288,297,300,316,319,333,334,337,380,396,399,429,432,448,451,485,488,493,499,557,560,585,588,594,597,599,604,609,615,621,639,642,645,648,651,654,661,667,672,677,680,693,699,702,705,707,710,717,720,728,731,745,750,751,754,766,769,780,783,794,797,803,812,835,836 ./test/src/Provider/Fake/ProviderWithAccessTokenHints.php:11,15,17,20,22,25,27,30,32,35,37,40,42,43 ./test/src/Provider/Fake/ProviderWithGuardedProperties.php:8,24,26,29,31,32 ./test/src/Provider/Fake/ProviderWithAccessTokenResourceOwnerId.php:8,10 ./test/src/Provider/Fake/User.php:8,15,17,20,22,25,27,30,32,35,37,38 ./test/src/Provider/Generic.php:9,11,20,23,29,30 ./test/src/Provider/Fake.php:12,18,20,23,25,28,30,33,35,38,40,43,45,48,50,53,55,58,60,63,65,68,71,72,73 ./test/src/Provider/GenericProviderTest.php:18,20,38,39,43,46,71,91,94,115,118,135,143,162,174,175 ./test/src/Grant/AuthorizationCodeTest.php:9,11,15,18,24,27,30,33,37,38 ./test/src/Grant/ClientCredentialsTest.php:8,10,14,17,22,25,28,29 ./test/src/Grant/PasswordTest.php:9,11,15,18,25,28,31,34,38,41,45,46 ./test/src/Grant/GrantFactoryTest.php:12,17,21,24,31,34,39,42,51,54,63,66,72,75,79,82,87,88 ./test/src/Grant/GrantTestCase.php:15,17,23,48,85,86 ./test/src/Grant/Fake.php:8,10,12,15,17,18 ./test/src/Grant/RefreshTokenTest.php:9,11,15,18,23,26,29,32,36,37 ./src/Tool/GuardedPropertyTrait.php:22,38,41,46,47,48,56,58,67,69,70 ./src/Tool/MacAuthorizationTrait.php:26,66,69,79,82,83 ./src/Tool/BearerAuthorizationTrait.php:25,33,35,36 ./src/Tool/ProviderRedirectTrait.php:12,29,44,45,48,63,65,75,79,91,96,99,109,112,116,121,122 ./src/Tool/QueryBuilderTrait.php:21,30,32,33 ./src/Tool/RequestFactory.php:25,45,55,64,76,85,86,87 ./src/Tool/ArrayAccessorTrait.php:21,31,34,42,45,48,51,52 ./src/Tool/RequiredParameterTrait.php:23,33,39,40,51,54,55,56 ./src/Token/AccessToken.php:26,64,66,74,76,82,84,94,97,103,107,115,125,128,140,149,154,160,162,168,170,176,178,184,186,192,197,200,206,208,214,216,222,227,231,235,239,242,243 ./src/Token/AccessTokenInterface.php:21,72 ./src/Token/ResourceOwnerAccessTokenInterface.php:18,25 ./src/OptionProvider/PostAuthOptionProvider.php:24,31,36,39,48,50,51 ./src/OptionProvider/HttpBasicAuthOptionProvider.php:24,29,32,41,42 ./src/OptionProvider/OptionProviderInterface.php:21,30 ./src/Provider/Exception/IdentityProviderException.php:21,33,37,45,47,48 ./src/Provider/Exception/ResponseParsingException.php:25,55,58,66,68,76,78,79 ./src/Provider/AbstractProvider.php:42,114,121,126,134,135,140,142,153,159,162,171,175,183,185,194,198,206,208,217,221,229,231,240,244,252,254,264,266,303,307,326,328,337,340,344,354,363,368,377,379,388,394,410,416,426,432,435,443,445,453,455,464,466,476,479,483,492,498,501,510,516,529,544,545,550,561,563,575,577,589,598,610,612,624,629,636,646,654,657,666,668,678,685,695,705,706,709,710,732,737,738,740,753,755,774,778,789,799,800,803,813,815,830,832,843,848,849,852,853 ./src/Provider/ResourceOwnerInterface.php:22,36 ./src/Provider/GenericProvider.php:28,86,94,100,108,118,126,132,142,148,149,150,156,158,164,166,172,174,180,182,188,190,196,198,204,206,212,217,221,223,224,230,232,233 ./src/Provider/GenericResourceOwner.php:21,37,40,48,50,58,60,61 ./src/Grant/RefreshToken.php:23,28,30,36,40,41 ./src/Grant/Exception/InvalidGrantException.php:25,26 ./src/Grant/AuthorizationCode.php:23,28,30,36,40,41 ./src/Grant/Password.php:23,28,30,36,41,42 ./src/Grant/AbstractGrant.php:32,57,59,70,79,80 ./src/Grant/ClientCredentials.php:23,28,30,36,38,39 ./src/Grant/GrantFactory.php:23,37,41,52,55,58,67,75,84,86,96,102,103,104 <<<<<< EOF