We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052caac commit 22d0b1dCopy full SHA for 22d0b1d
ads/common/auth.py
@@ -735,6 +735,12 @@ def create_signer(self) -> Dict:
735
736
737
class SecurityToken(AuthSignerGenerator):
738
+ """
739
+ Creates security token auth instance. This signer is intended to be used when signing requests for
740
+ a given user - it requires that user's private key and security token.
741
+ It prepares extra arguments necessary for creating clients for variety of OCI services.
742
743
+
744
def __init__(self, args: Optional[Dict] = None):
745
"""
746
Signer created based on args provided. If not provided current values of according arguments
0 commit comments