|
|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2022 Google LLC
|
|
|
+ * Copyright 2023 Google LLC
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
@@ -25,6 +25,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
/// Fetches the latest @GIDProfileData object.
|
|
|
///
|
|
|
+/// This method either extracts the profile data out of the OIDAuthState object or fetches it
|
|
|
+/// from the Google user Info server.
|
|
|
+///
|
|
|
/// @param authState The state of the current OAuth session.
|
|
|
/// @param completion The block that is called on completion asynchronously.
|
|
|
- (void)fetchProfileDataWithAuthState:(OIDAuthState *)authState
|