The authorization context of the reader requesting access to the machine instance.
The authorization context is the act
claim of the JWT used to authenticate the reader (with the top-level sub
claim used as a fallback if act
did not provide a sub)
The initial context provided to the machine instance.
The name of the machine instance to read.
This is the name you provided when you created the machine instance.
Generated using TypeDoc
A request to initialize the machine instance.
Use InitializationWriteRequest<Context, AuthContext> to specify the types of the context and events for your machine and the authContext you will provide.