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.

  • provider Extension method

    Provides a default provider name of Google.

    Declaration

    Swift

    public var provider: String { get }