@@ -58,7 +58,7 @@ func (info TokeninfoEndpoint) History(mytoken *string) (api.EventHistory, error)
5858 return resp .EventHistory , nil
5959}
6060
61- // APISubtokens returns a api.TokeninfoTreeResponse listing metadata about the passed mytoken and its children (
61+ // APISubtokens returns an api.TokeninfoTreeResponse listing metadata about the passed mytoken and its children (
6262// recursively)
6363// If the used mytoken changes (due to token rotation), the new mytoken is included in the api.TokeninfoTreeResponse
6464func (info TokeninfoEndpoint ) APISubtokens (mytoken string ) (resp api.TokeninfoSubtokensResponse , err error ) {
@@ -70,7 +70,7 @@ func (info TokeninfoEndpoint) APISubtokens(mytoken string) (resp api.TokeninfoSu
7070 return
7171}
7272
73- // Subtokens returns a api.MytokenEntryTree listing metadata about the passed mytoken and its children (
73+ // Subtokens returns an api.MytokenEntryTree listing metadata about the passed mytoken and its children (
7474// recursively)
7575// If the used mytoken changes (due to token rotation), the passed variable is updated accordingly.
7676func (info TokeninfoEndpoint ) Subtokens (mytoken * string ) (* api.MytokenEntryTree , error ) {
@@ -84,7 +84,7 @@ func (info TokeninfoEndpoint) Subtokens(mytoken *string) (*api.MytokenEntryTree,
8484 return & resp .Tokens , nil
8585}
8686
87- // APIListMytokens returns a api.TokeninfoListResponse listing metadata about all the user's mytoken and their
87+ // APIListMytokens returns an api.TokeninfoListResponse listing metadata about all the user's mytoken and their
8888// children (recursively)
8989// If the used mytoken changes (due to token rotation), the new mytoken is included in the api.TokeninfoListResponse
9090func (info TokeninfoEndpoint ) APIListMytokens (mytoken string ) (resp api.TokeninfoListResponse , err error ) {
0 commit comments