GoogleAuthEndpoints constructor

const GoogleAuthEndpoints()

The endpoints required for an OAuth 2.0 authorization code flow with Google.

This is the only implementation of AuthEndpoints provided by this package. Package consumers can provide their own implementation if they are using a different OAuth 2.0 provider or providers.

Implementation

const GoogleAuthEndpoints();