Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIAppCredentials ¶
type APIAppCredentials gphotos.APIAppCredentials
type AuthenticateUserFuncConfig ¶
type AuthenticateUserFuncConfig struct {
// contains filtered or unexported fields
}
type AuthenticateUserOption ¶
type AuthenticateUserOption func(*AuthenticateUserFuncConfig) error
type AuthorizedClient ¶
type AuthorizedClient oauth2ns.AuthorizedClient
type Client ¶
DEPRECATED
func NewClient ¶
func NewClient(options ...ClientConstructorOption) (client *Client, merr error)
DEPRECATED
type ClientConstructorOption ¶
type ClientConstructorOption func() (*AuthorizedClient, error)
func AuthenticateUser ¶
func AuthenticateUser(oauthConfig *oauth2.Config, options ...AuthenticateUserOption) ClientConstructorOption
AuthenticateUser() option creates a new http.Client with a bearer access token DEPRECATED
Click to show internal directories.
Click to hide internal directories.