aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/Public/FIROAuthProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/Public/FIROAuthProvider.h')
-rw-r--r--Firebase/Auth/Source/Public/FIROAuthProvider.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firebase/Auth/Source/Public/FIROAuthProvider.h b/Firebase/Auth/Source/Public/FIROAuthProvider.h
index b20d9b6..cc628f8 100644
--- a/Firebase/Auth/Source/Public/FIROAuthProvider.h
+++ b/Firebase/Auth/Source/Public/FIROAuthProvider.h
@@ -21,13 +21,13 @@
NS_ASSUME_NONNULL_BEGIN
/** @class FIROAuthProvider
- @brief A concrete implementation of @c FIRAuthProvider for generic OAuth Providers.
+ @brief A concrete implementation of `FIRAuthProvider` for generic OAuth Providers.
*/
NS_SWIFT_NAME(OAuthProvider)
@interface FIROAuthProvider : NSObject
/** @fn credentialWithProviderID:IDToken:accessToken:
- @brief Creates an @c FIRAuthCredential for that OAuth 2 provider identified by providerID, ID
+ @brief Creates an `FIRAuthCredential` for that OAuth 2 provider identified by providerID, ID
token and access token.
@param providerID The provider ID associated with the Auth credential being created.
@@ -42,7 +42,7 @@ NS_SWIFT_NAME(OAuthProvider)
/** @fn credentialWithProviderID:accessToken:
- @brief Creates an @c FIRAuthCredential for that OAuth 2 provider identified by providerID using
+ @brief Creates an `FIRAuthCredential` for that OAuth 2 provider identified by providerID using
an ID token.
@param providerID The provider ID associated with the Auth credential being created.