OAuthGetAccessTokenResult

Properties

Link copied to clipboard
abstract val accessToken: String

An access token used to authorize requests to the Notion API.

Link copied to clipboard
abstract val botId: String

An identifier for this authorization.

Link copied to clipboard
abstract val workspaceIcon: String?

A URL to an image which can be used to display this authorization in UI.

Link copied to clipboard
abstract val workspaceId: UuidString

The ID of the workspace where this authorization took place.

Link copied to clipboard
abstract val workspaceName: String

A human-readable name which can be used to display this authorization in UI.