CakeDC\Users\Test\TestCase\Model\Behavior\SocialBehaviorTest::providerFacebookSocialLoginExistingReference PHP Method

providerFacebookSocialLoginExistingReference() public method

Provider for socialLogin with facebook with existing and active user
    public function providerFacebookSocialLoginExistingReference()
    {
        return ['provider' => ['data' => ['id' => 'reference-2-1', 'provider' => 'Facebook'], 'options' => ['use_email' => true, 'validate_email' => true, 'token_expiration' => 3600]]];
    }