OAuthClient
Represents an OAuth client with its client ID and redirect URI.
Parameters
clientId
The unique identifier for the OAuth client.
redirectUri
The URI to which the authorization server will redirect the user after authorization. This URI must match one of the redirect URIs registered for the client.