Closed joshangell closed 4 years ago
The createTokenModelFromResponse method is only available on venveo\oauthclient\base\Provider, thus configured providers will error out when triggering the callback URL as they don’t have that method.
createTokenModelFromResponse
venveo\oauthclient\base\Provider
D'oh, you're right. Thanks!
Just released 2.1.4 with the fix
Many thanks!
The
createTokenModelFromResponse
method is only available onvenveo\oauthclient\base\Provider
, thus configured providers will error out when triggering the callback URL as they don’t have that method.