Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Firebase/Auth/Source/Public/FIROAuthProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@

NS_ASSUME_NONNULL_BEGIN


/**
@brief A string constant identifying the Microsoft identity provider.
*/
extern NSString *const FIRMicrosoftAuthProviderID NS_SWIFT_NAME(MicrosoftAuthProviderID);
extern NSString *const FIRMicrosoftAuthProviderID NS_SWIFT_NAME(MicrosoftAuthProviderID)
DEPRECATED_MSG_ATTRIBUTE("Please use \"microsoft.com\" instead.");

/**
@brief A string constant identifying the Yahoo identity provider.
*/
extern NSString *const FIRYahooAuthProviderID NS_SWIFT_NAME(YahooAuthProviderID);

extern NSString *const FIRYahooAuthProviderID NS_SWIFT_NAME(YahooAuthProviderID)
DEPRECATED_MSG_ATTRIBUTE("Please use \"yahoo.com\" instead.");

/** @class FIROAuthProvider
@brief A concrete implementation of `FIRAuthProvider` for generic OAuth Providers.
Expand Down