File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'passage_flutter_models/passage_social_connection.dart';
3
3
import 'passage_flutter_platform/passage_flutter_platform_interface.dart' ;
4
4
5
5
class PassageSocial {
6
- /// Initiates the authorization process using a third-party social provider (Android Only) .
6
+ /// Initiates the authorization process using a third-party social provider.
7
7
///
8
8
/// This method opens the social provider's authentication interface.
9
9
/// The behavior may vary based on the platform and the underlying implementation.
@@ -17,7 +17,7 @@ class PassageSocial {
17
17
return PassageFlutterPlatform .instance.authorizeWith (connection);
18
18
}
19
19
20
- /// Completes the social authentication process using the provided authorization code (Android Only) .
20
+ /// Completes the social authentication process using the provided authorization code.
21
21
///
22
22
/// After receiving the authorization code from the social provider,
23
23
/// this method exchanges it for authentication credentials.
@@ -31,7 +31,7 @@ class PassageSocial {
31
31
return PassageFlutterPlatform .instance.finishSocialAuthentication (code);
32
32
}
33
33
34
- /// Initiates the authorization process for iOS-specific social providers(IOS Only).
34
+ /// Initiates the authorization process for iOS-specific social providers (IOS Only).
35
35
///
36
36
/// This method is specific to iOS and allows for platform-specific behavior
37
37
/// when authorizing with social providers.
You can’t perform that action at this time.
0 commit comments