Yes, perfectly fine . OAuth is a protocol which contains certain guidelines and rules. Implementation of OAuth can be done using JWT.
Read moreWhen dealing with JSON Web Tokens What is a claim?
JSON Web Token (JWT) is a JSON encoded representation of a claim(s) that can be transferred between two parties . The claim is digitally signed by the issuer of the token, and the party receiving this token can later use this digital signature to prove the ownership on the claim.
Read more