tag property

String tag
getter/setter pair

A tag used to differentiate operations. AzureB2C plugin put a GUID (i.e. unique id) different for each operation. Tags are returned from AzureB2C plugin for each asynchronous operation.

See also:

Implementation

late String tag;