TypeSafeGoogle
public protocol TypeSafeGoogle : TypeSafeCredentials
A protocol that defines common attributes of Google authentication methods.
It is not intended for a user’s type to conform to this protocol directly. Instead,
your type should conform to a specific authentication type, such as
TypeSafeGoogleToken.
-
providerExtension methodProvides a default provider name of
Google.Declaration
Swift
public var provider: String { get }
View on GitHub
TypeSafeGoogle Protocol Reference