@mcp-z/oauth
Preparing search index...
schemas
AuthRequired
Interface AuthRequired
Authentication required response type
interface
AuthRequired
{
accountId
?:
string
;
expires_in
?:
number
;
flow
?:
string
;
instructions
:
string
;
message
:
string
;
provider
:
string
;
type
:
"auth_required"
;
url
:
string
;
user_code
?:
string
;
}
Index
Properties
account
Id?
expires_
in?
flow?
instructions
message
provider
type
url
user_
code?
Properties
Optional
account
Id
accountId
?:
string
Optional
expires_
in
expires_in
?:
number
Optional
flow
flow
?:
string
instructions
instructions
:
string
message
message
:
string
provider
provider
:
string
type
type
:
"auth_required"
url
url
:
string
Optional
user_
code
user_code
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account
Id
expires_
in
flow
instructions
message
provider
type
url
user_
code
@mcp-z/oauth
Loading...
Authentication required response type