]> git.proxmox.com Git - proxmox-backup.git/commit
api: add Authid as wrapper around Userid
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 23 Oct 2020 11:18:09 +0000 (13:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2020 14:11:39 +0000 (15:11 +0100)
commite0538349e29dfff10af42a3740a40b1a6ceb2aa7
tree5eed11b17ee3d1f68e40cf76f5a55c25028f8dfe
parent0903403ce71f4da948aacee9ccd6020305ea1afe
api: add Authid as wrapper around Userid

with an optional Tokenname, appended with '!' as delimiter in the string
representation like for PVE.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/types/mod.rs
src/api2/types/userid.rs