Oauth2 client credentials grant: does authorization server always have to return an opaque access token?
In oauth2 client credentials grant, does the authorization server always return an opaque access token? Or could this also be a signed JWT which the client can then use with an API without requiring the use of introspection?