| 526 | } |
| 527 | |
| 528 | type cachedToken struct { |
| 529 | signed string |
| 530 | timer *time.Timer |
| 531 | } |
| 532 | |
| 533 | func (t *token) String() string { |
| 534 | return t.audience + t.username + t.issuer + t.keyPair.ID |
nothing calls this directly
no outgoing calls
no test coverage detected