Skip to content

Commit 869318e

Browse files
committed
fix: Added getTokenEndPoint() and setTokenEndPoint() methods that should have been moved from ICapabilityAwareOCMProvider
Signed-off-by: Enrique Pérez Arnaud <enrique@cazalla.net>
1 parent a594bcc commit 869318e

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

lib/public/OCM/IOCMProvider.php

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,25 @@ public function setCapabilities(array $capabilities): static;
158158
* @return $this
159159
* @since 33.0.0
160160
*/
161-
162161
public function setInviteAcceptDialog(string $inviteAcceptDialog): static;
162+
163+
/**
164+
* get the token endpoint URL
165+
*
166+
* @return string
167+
* @since 33.0.0
168+
*/
169+
public function getTokenEndPoint(): string;
170+
171+
/**
172+
* set the token endpoint URL
173+
*
174+
* @param string $endPoint
175+
*
176+
* @return $this
177+
* @since 33.0.0
178+
*/
179+
public function setTokenEndPoint(string $endPoint): static;
163180
/**
164181
* extract a specific string value from the listing of protocols, based on resource-name and protocol-name
165182
*

0 commit comments

Comments
 (0)