Prisma doesn't have anything to do with authentication. You'll be authenticating against your server. If you want OAuth authentication flows, you'll want to match the type of flow you want against the provider and what they offer.
I went with Auth0 and let them handle the OAuth. Here's how I set it up.
https://github.com/LawJolla/prisma-auth0-example