clientSecret property
The client secret for the OAuth2 server. This is a secret key that is used to authenticate the client when requesting access tokens.
Implementation
final String? clientSecret;
The client secret for the OAuth2 server. This is a secret key that is used to authenticate the client when requesting access tokens.
final String? clientSecret;