RegisteredClient

The credentials returned by the registration endpoint.

@safe
struct RegisteredClient {
string clientId;
string clientSecret;
}