vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
ClientCollection
vibeauth
collections
client
Collection used to store the clients
class
ClientCollection : Collection!Client {
this
(Client[] list);
static
ClientCollection
FromFile
(string path);
}
Constructors
this
this
(Client[] list)
Members
Static functions
FromFile
ClientCollection
FromFile
(string path)
Create a client collection from a json file
Meta
Source
See Implementation
vibeauth
collections
client
classes
ClientCollection
Collection used to store the clients