Commit b26f014
fix: make ITokenProvider.CreateHandler() public with proper XML docs
Fixes SA1615 (add <returns> XML doc to CreateHandler) and SA1518
(ensure file ends with exactly one newline). Also changes the method
visibility from internal to public as intended by PR #1001 to allow
custom ITokenProvider implementations outside the Zitadel.Net assembly.1 parent 3e3ce34 commit b26f014
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
0 commit comments