Preparing search index...
The search index is not available
oidc-client-ts
oidc-client-ts
SigninStateArgs
Interface SigninStateArgs
interface
SigninStateArgs
{
authority
:
string
;
client_id
:
string
;
client_secret
?:
string
;
code_challenge
?:
string
;
code_verifier
?:
string
;
created
?:
number
;
data
?:
unknown
;
extraTokenParams
?:
Record
<
string
,
unknown
>
;
id
?:
string
;
redirect_uri
:
string
;
request_type
?:
string
;
response_mode
?:
"query"
|
"fragment"
;
scope
:
string
;
skipUserInfo
?:
boolean
;
url_state
?:
string
;
}
Index
Properties
authority
client_
id
client_
secret?
code_
challenge?
code_
verifier?
created?
data?
extra
Token
Params?
id?
redirect_
uri
request_
type?
response_
mode?
scope
skip
User
Info?
url_
state?
Properties
authority
authority
:
string
client_
id
client_
id
:
string
Optional
client_
secret
client_
secret
?:
string
Optional
code_
challenge
code_
challenge
?:
string
Optional
code_
verifier
code_
verifier
?:
string
Optional
created
created
?:
number
Optional
data
data
?:
unknown
Optional
extra
Token
Params
extra
Token
Params
?:
Record
<
string
,
unknown
>
Optional
id
id
?:
string
redirect_
uri
redirect_
uri
:
string
Optional
request_
type
request_
type
?:
string
Optional
response_
mode
response_
mode
?:
"query"
|
"fragment"
scope
scope
:
string
Optional
skip
User
Info
skip
User
Info
?:
boolean
Optional
url_
state
url_
state
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
client_
id
client_
secret
code_
challenge
code_
verifier
created
data
extra
Token
Params
id
redirect_
uri
request_
type
response_
mode
scope
skip
User
Info
url_
state
oidc-client-ts
Loading...