Searched refs:DoRecordRemoteUserID (Results 1 – 1 of 1) sorted by relevance
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | oauth_test.go | 39 DoRecordRemoteUserID func(context.Context, int64, string, string, string, string) error member 122 if m.DoRecordRemoteUserID != nil { 123 return m.DoRecordRemoteUserID(ctx, localUserID, remoteUserID, provider, clientID, accessToken)
|