Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d3d052b

Browse files
committed
Reset google_sign_in_platform_interface to upstream
1 parent 10c57a2 commit d3d052b

File tree

1 file changed

+9
-0
lines changed
  • packages/google_sign_in/google_sign_in_platform_interface/lib/src

1 file changed

+9
-0
lines changed

packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ class SignInInitParameters {
5555
/// The default is null, which means that the client ID will be sourced from a
5656
/// configuration file, if required on the current platform. A value specified
5757
/// here takes precedence over a value specified in a configuration file.
58+
/// See also:
59+
///
60+
/// * [Platform Integration](https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in#platform-integration),
61+
/// where you can find the details about the configuration files.
5862
final String? clientId;
5963

6064
/// The OAuth client ID of the backend server.
@@ -63,6 +67,11 @@ class SignInInitParameters {
6367
/// from a configuration file, if available and supported on the current
6468
/// platform. A value specified here takes precedence over a value specified
6569
/// in a configuration file.
70+
///
71+
/// See also:
72+
///
73+
/// * [Platform Integration](https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in#platform-integration),
74+
/// where you can find the details about the configuration files.
6675
final String? serverClientId;
6776

6877
/// If true, ensures the authorization code can be exchanged for an access

0 commit comments

Comments
 (0)