OAuthClient

data class OAuthClient(val clientId: String, val redirectUri: String)

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.

Constructors

Link copied to clipboard
constructor(clientId: String, redirectUri: String)

Properties

Link copied to clipboard
Link copied to clipboard