Skip to content

ActivityPlug API / @activityplug/core / OAuthAuthorizationUrlInput

Interface: OAuthAuthorizationUrlInput

Defined in: packages/core/src/auth/types.ts:105

Properties

client

readonly client: OAuthClientRegistration

Defined in: packages/core/src/auth/types.ts:106


codeChallenge?

readonly optional codeChallenge?: string

Defined in: packages/core/src/auth/types.ts:110


codeChallengeMethod?

readonly optional codeChallengeMethod?: "S256" | "plain"

Defined in: packages/core/src/auth/types.ts:111


redirectUri

readonly redirectUri: string

Defined in: packages/core/src/auth/types.ts:107


scopes?

readonly optional scopes?: readonly string[]

Defined in: packages/core/src/auth/types.ts:108


state

readonly state: string

Defined in: packages/core/src/auth/types.ts:109