translate 2

This commit is contained in:
Carlos Polop
2025-01-01 21:36:26 +01:00
parent d0b9174054
commit 2beb8398a6
250 changed files with 0 additions and 256 deletions

View File

@@ -383,4 +383,3 @@ You **cannot** explicitly **deny** **access** to specific resources **using cond

View File

@@ -122,7 +122,6 @@ azure_cli_bearer_tokens_for_graph_api = azure_cli_client.acquire_token_by_device
pprint(azure_cli_bearer_tokens_for_graph_api)
# DECODE JWT
def decode_jwt(base64_blob: str) -> Dict[str, Any]:
"""Decodes base64 encoded JWT blob"""
@@ -205,4 +204,3 @@ pprint(microsoft_office_bearer_tokens_for_graph_api)