Ejemplo n.º 1
0
 protected override void AuthDataDeserializeImpl(string content)
 {
     m_authData = JwtData.Deserialize(content);
 }