Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity tokens #1728

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Identity tokens #1728

merged 3 commits into from
Oct 18, 2024

Conversation

cziebuhr
Copy link
Contributor

See #1727 for details

@@ -84,7 +84,7 @@ class MessageChunk:
Message Chunk, as described in OPC UA specs Part 6, 6.7.2.
"""

def __init__(self, security_policy, body=b'', msg_type=ua.MessageType.SecureMessage, chunk_type=ua.ChunkType.Single):
def __init__(self, crypto, body=b'', msg_type=ua.MessageType.SecureMessage, chunk_type=ua.ChunkType.Single):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't you add typing so we know what that object is?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that easily right now. It could be security_policies.Cryptography or ua.CryptographyNone. I can address it in the next PR which will be ready soon.

@oroulet oroulet merged commit ac141d7 into FreeOpcUa:master Oct 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants