Skip to content

Commit 3e73ce2

Browse files
committed
chore: remove auth type from the shared IAM class
1 parent 84cc59e commit 3e73ce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class IAMRequestBasedAuthenticator(Authenticator):
3131
Attributes:
3232
token_manager (TokenManager): Retrives and manages IAM tokens from the endpoint specified by the url.
3333
"""
34-
authentication_type = 'iam'
3534

3635
def validate(self) -> None:
3736
"""Validates the client_id, and client_secret for IAM token requests.

0 commit comments

Comments
 (0)