Clarify some more internal/deprecated docs.
diff --git a/auth_results.go b/auth_results.go
index de69d4a..856a233 100644
--- a/auth_results.go
+++ b/auth_results.go
@@ -2,9 +2,9 @@
import "time"
-// AuthResults is a leftover type from the v0.x days. It was intended to
-// describe common functionality among identity service results, but is not
-// actually used anywhere.
+// AuthResults [deprecated] is a leftover type from the v0.x days. It was
+// intended to describe common functionality among identity service results, but
+// is not actually used anywhere.
type AuthResults interface {
// TokenID returns the token's ID value from the authentication response.
TokenID() (string, error)