Skip to content

Commit

Permalink
added api check
Browse files Browse the repository at this point in the history
  • Loading branch information
realbucksavage committed Jan 30, 2022
1 parent 9ba0070 commit 4ae9a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions token_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,6 @@ func (h *tokenStore) putCode(ctx context.Context, info oauth2.TokenInfo, raw str

return nil
}

// API Check
var _ oauth2.TokenStore = (*tokenStore)(nil)

0 comments on commit 4ae9a1d

Please sign in to comment.