MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/server-legacy
auth/provider
AuthorizationParams
Type Alias AuthorizationParams
type
AuthorizationParams
=
{
codeChallenge
:
string
;
redirectUri
:
string
;
resource
?:
URL
;
scopes
?:
string
[]
;
state
?:
string
;
}
Index
Properties
code
Challenge
redirect
Uri
resource?
scopes?
state?
Properties
code
Challenge
codeChallenge
:
string
redirect
Uri
redirectUri
:
string
Optional
resource
resource
?:
URL
Optional
scopes
scopes
?:
string
[]
Optional
state
state
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
Challenge
redirect
Uri
resource
scopes
state
V1 Docs
MCP TypeScript SDK (V2)
Loading...