Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
ConnectorAuthOAuth2Config
Interface ConnectorAuthOAuth2Config
interface
ConnectorAuthOAuth2Config
{
clientId
:
any
;
clientSecret
:
any
;
authorizeUri
:
any
;
tokenUri
:
any
;
scopes
?:
any
;
clientAuthLocation
?:
"body"
|
"headers"
;
noRefreshToken
?:
boolean
;
skipPkce
?:
boolean
;
skipClientAuthInBody
?:
boolean
;
skipClientAuthInHeaders
?:
boolean
;
extra
?:
Record
<
string
,
any
>
;
}
Index
Properties
client
Id
client
Secret
authorize
Uri
token
Uri
scopes?
client
Auth
Location?
no
Refresh
Token?
skip
Pkce?
skip
Client
Auth
In
Body?
skip
Client
Auth
In
Headers?
extra?
Properties
client
Id
clientId
:
any
client
Secret
clientSecret
:
any
authorize
Uri
authorizeUri
:
any
token
Uri
tokenUri
:
any
Optional
scopes
scopes
?:
any
Optional
client
Auth
Location
clientAuthLocation
?:
"body"
|
"headers"
Optional
no
Refresh
Token
noRefreshToken
?:
boolean
Optional
skip
Pkce
skipPkce
?:
boolean
Optional
skip
Client
Auth
In
Body
skipClientAuthInBody
?:
boolean
Optional
skip
Client
Auth
In
Headers
skipClientAuthInHeaders
?:
boolean
Optional
extra
extra
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Id
client
Secret
authorize
Uri
token
Uri
scopes
client
Auth
Location
no
Refresh
Token
skip
Pkce
skip
Client
Auth
In
Body
skip
Client
Auth
In
Headers
extra
Console
SDK
REST API
Membrane React - v0.2.1
Loading...