Skip to content

Commit

Permalink
Set owner ID to null
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 11, 2022
1 parent eae7569 commit f471974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Genesys.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Genesys extends AbstractProvider
{
use BearerAuthorizationTrait;

public const ACCESS_TOKEN_RESOURCE_OWNER_ID = 'info.id';
public const ACCESS_TOKEN_RESOURCE_OWNER_ID = null;

public string $apiDomain = 'https://api.mypurecloud.com/api/v2';

Expand Down

0 comments on commit f471974

Please sign in to comment.