Protocols
The following protocols are available globally.
-
A protocol implemented by the delegate of
GIDSignIn
to receive a refresh token or an error.Declaration
Swift
protocol GIDSignInDelegate : NSObjectProtocol
Objective-C
@protocol GIDSignInDelegate <NSObject>