Values.RuntimeSessionDataValueSourceA union type that specifies the data stored on the session.
type nonrec t = {stringValue : NonEmptySensitiveString.t option;The string value of the data stored on the session.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NonEmptySensitiveString.t ]) list ]