Skip to content

Commit c316906

Browse files
committed
Update docstrings
1 parent 0399fef commit c316906

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webexteamssdk/api/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ def from_oauth_code(cls, client_id, client_secret, code, redirect_uri):
256256
process.
257257
258258
Returns:
259-
AccessToken: An AccessToken object with the access token provided
260-
by the Webex Teams cloud.
259+
WebexTeamsAPI: A new WebexTeamsAPI object initialized with the
260+
access token from the OAuth Authentication Code exchange.
261261
262262
Raises:
263263
TypeError: If the parameter types are incorrect.
@@ -283,8 +283,8 @@ def from_oauth_refresh(cls, client_id, client_secret, refresh_token):
283283
Token.
284284
285285
Returns:
286-
AccessToken: With the access token provided by the Webex Teams
287-
cloud.
286+
WebexTeamsAPI: A new WebexTeamsAPI object initialized with the
287+
access token from the OAuth Refresh Token exchange.
288288
289289
Raises:
290290
TypeError: If the parameter types are incorrect.

0 commit comments

Comments
 (0)