oauthClients property

List<OauthClient>? oauthClients
getter/setter pair

A list of OauthClients.

Implementation

core.List<OauthClient>? oauthClients;