ActivityPlug API / @activityplug/core / OAuthAuthorizationUrlInput
Interface: OAuthAuthorizationUrlInput
Defined in: packages/core/src/auth/types.ts:105
Properties
client
readonlyclient:OAuthClientRegistration
Defined in: packages/core/src/auth/types.ts:106
codeChallenge?
readonlyoptionalcodeChallenge?:string
Defined in: packages/core/src/auth/types.ts:110
codeChallengeMethod?
readonlyoptionalcodeChallengeMethod?:"S256"|"plain"
Defined in: packages/core/src/auth/types.ts:111
redirectUri
readonlyredirectUri:string
Defined in: packages/core/src/auth/types.ts:107
scopes?
readonlyoptionalscopes?: readonlystring[]
Defined in: packages/core/src/auth/types.ts:108
state
readonlystate:string
Defined in: packages/core/src/auth/types.ts:109