vibe-auth v0.3.0 (2018-06-23T09:18:31Z)
Dub
Repo
ClientCollection
vibeauth
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
client
classes
Client
ClientCollection
Collection used to store the clients