Gets details of a specific custom provider by its identifier.
The provider identifier, for example `custom:mycompany`.
final CustomOAuthProvider provider = await supabase.auth.admin.customProviders.getProvider('custom:mycompany');