spelling: reuse
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
		| @@ -204,7 +204,7 @@ func (c *microsoftConnector) HandleCallback(s connector.Scopes, r *http.Request) | |||||||
|  |  | ||||||
| type tokenNotifyFunc func(*oauth2.Token) error | type tokenNotifyFunc func(*oauth2.Token) error | ||||||
|  |  | ||||||
| // notifyRefreshTokenSource is essentially `oauth2.ResuseTokenSource` with `TokenNotifyFunc` added. | // notifyRefreshTokenSource is essentially `oauth2.ReuseTokenSource` with `TokenNotifyFunc` added. | ||||||
| type notifyRefreshTokenSource struct { | type notifyRefreshTokenSource struct { | ||||||
| 	new oauth2.TokenSource | 	new oauth2.TokenSource | ||||||
| 	mu  sync.Mutex // guards t | 	mu  sync.Mutex // guards t | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user