This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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 Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ class SignInInitParameters {
55
55
/// The default is null, which means that the client ID will be sourced from a
56
56
/// configuration file, if required on the current platform. A value specified
57
57
/// 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.
58
62
final String ? clientId;
59
63
60
64
/// The OAuth client ID of the backend server.
@@ -63,6 +67,11 @@ class SignInInitParameters {
63
67
/// from a configuration file, if available and supported on the current
64
68
/// platform. A value specified here takes precedence over a value specified
65
69
/// 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.
66
75
final String ? serverClientId;
67
76
68
77
/// If true, ensures the authorization code can be exchanged for an access
You can’t perform that action at this time.
0 commit comments