MCPcopy
hub / github.com/openimsdk/open-im-server / ParseToken

Method ParseToken

internal/api/auth.go:39–41  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

37}
38
39func (o *AuthApi) ParseToken(c *gin.Context) {
40 a2r.Call(c, auth.AuthClient.ParseToken, o.Client)
41}
42
43func (o *AuthApi) ForceLogout(c *gin.Context) {
44 a2r.Call(c, auth.AuthClient.ForceLogout, o.Client)

Callers 2

wsHandlerMethod · 0.45
GinParseTokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected