Module Values.AccessTokensSource

Sourcetype nonrec t = AccessTokenItem.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AccessTokenItem.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of ResourceId.t | `Timestamp of ISO8601TimeString.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AccessTokenItem.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AccessTokenItem.t list