OAuthClient

constructor(clientId: String, redirectUri: String)

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.