clientSecret property
The OAuth2 client secret. This is not secret in the context of a mobile app. It is only used to identify the app.
Implementation
final String? clientSecret;
The OAuth2 client secret. This is not secret in the context of a mobile app. It is only used to identify the app.
final String? clientSecret;