diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 10:00:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 10:00:04 -0600 |
| commit | 48800c5e4e9d458ba7b6a9ab375810380091bdbb (patch) | |
| tree | 512e7147e8d57987276966a0b6f34445491fa71c /pkg | |
| parent | c70cbe07c002bc307b86ea0ae05f62418a651683 (diff) | |
refactor: inline usage of RawToken type
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/oidc/raw_token.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/oidc/raw_token.go b/pkg/oidc/raw_token.go deleted file mode 100644 index 08bd1e5..0000000 --- a/pkg/oidc/raw_token.go +++ /dev/null @@ -1,7 +0,0 @@ -package oidc - -type RawToken string - -func (r RawToken) String() string { - return string(r) -} |
