Skip to content

Commit f6efe05

Browse files
committed
Comments added for social class
1 parent 148c6bb commit f6efe05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/passage_social.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'passage_flutter_models/passage_social_connection.dart';
33
import 'passage_flutter_platform/passage_flutter_platform_interface.dart';
44

55
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.
77
///
88
/// This method opens the social provider's authentication interface.
99
/// The behavior may vary based on the platform and the underlying implementation.
@@ -17,7 +17,7 @@ class PassageSocial {
1717
return PassageFlutterPlatform.instance.authorizeWith(connection);
1818
}
1919

20-
/// Completes the social authentication process using the provided authorization code (Android Only).
20+
/// Completes the social authentication process using the provided authorization code.
2121
///
2222
/// After receiving the authorization code from the social provider,
2323
/// this method exchanges it for authentication credentials.
@@ -31,7 +31,7 @@ class PassageSocial {
3131
return PassageFlutterPlatform.instance.finishSocialAuthentication(code);
3232
}
3333

34-
/// Initiates the authorization process for iOS-specific social providers(IOS Only).
34+
/// Initiates the authorization process for iOS-specific social providers (IOS Only).
3535
///
3636
/// This method is specific to iOS and allows for platform-specific behavior
3737
/// when authorizing with social providers.

0 commit comments

Comments
 (0)