Skip to main content

Module revocable_clients

Module revocable_clients 

Source
Expand description

Revocable client API types and RevocableClients. Information about a client

Modules§

models
Request and response types for the revocable client endpoints. Request and response types for the revocable client endpoints.

Structs§

RevocableClient
Information about a revocable client. Each client is issued a RevocableClientCert whose pubkey is saved here.
RevocableClients
All revocable clients which have ever been created.
RevocableClientsHandle
A locked RevocableClients, newtyped so it can implement GetRevocableClientStatus. Share via Arc<RevocableClientsHandle>.