Token generation function by JSONWEBTOKEN library using Mongoose should be put in Schema.methods or Schema.statics?

I understand that Schema.methods defines the methods in each instance, while Schema.statics defines the methods in each model. Is there any pattern from which to define the token generator function between these 2 options?