Skip to content

class MessageReceivedContext

cangjie
public class MessageReceivedContext <: ResultContext<JwtBearerOptions>

功能:表示 JWT Bearer 接收到消息后的上下文。

父类型:

成员概览

成员功能
prop token获取或修改待验证的 Bearer 令牌。

prop token

cangjie
public mut prop token: ?String

功能:获取或修改待验证的 Bearer 令牌。

类型:?String