// CompleteAuth takes a map of arguments that are used to // complete the authorisation process, completes it, and returns // the appropriate Credentials. func (provider *InstagramProvider) CompleteAuth(data objx.Map) (*common.Credentials, error) { return oauth2.CompleteAuth(provider.TripperFactory(), data, provider.config, provider) }
// CompleteAuth takes a map of arguments that are used to // complete the authorisation process, completes it, and returns // the appropriate Credentials. func (h *HeroProvider) CompleteAuth(data objx.Map) (*common.Credentials, error) { return oauth2.CompleteAuth(h.TripperFactory(), data, h.config, h) }