@webitel/api-services
Preparing search index...
oauth2-federation/oauth2-federation
getOauth2Federation
Function getOauth2Federation
getOauth2Federation
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createOAuthService
:
(
apiOAuthService
:
ApiOAuthService
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
deleteOAuthService
:
(
apiDeleteOAuthServiceRequest
:
ApiDeleteOAuthServiceRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiDeleteOAuthServiceResponse
,
any
,
{}
>
>
;
deleteOAuthService2
:
(
id
:
string
[]
,
oAuth2FederationDeleteOAuthServiceBody
:
OAuth2FederationDeleteOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiDeleteOAuthServiceResponse
,
any
,
{}
>
>
;
locateOAuthService
:
(
id
:
string
[]
,
params
?:
LocateOAuthServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
searchOAuthService
:
(
params
?:
SearchOAuthServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiSearchOAuthServiceResponse
,
any
,
{}
>
>
;
updateOAuthService
:
(
oAuth2FederationUpdateOAuthServiceBody
:
OAuth2FederationUpdateOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
updateOAuthService2
:
(
oAuth2FederationUpdateOAuthServiceBody
:
OAuth2FederationUpdateOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createOAuthService
:
(
apiOAuthService
:
ApiOAuthService
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
deleteOAuthService
:
(
apiDeleteOAuthServiceRequest
:
ApiDeleteOAuthServiceRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiDeleteOAuthServiceResponse
,
any
,
{}
>
>
;
deleteOAuthService2
:
(
id
:
string
[]
,
oAuth2FederationDeleteOAuthServiceBody
:
OAuth2FederationDeleteOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiDeleteOAuthServiceResponse
,
any
,
{}
>
>
;
locateOAuthService
:
(
id
:
string
[]
,
params
?:
LocateOAuthServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
searchOAuthService
:
(
params
?:
SearchOAuthServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiSearchOAuthServiceResponse
,
any
,
{}
>
>
;
updateOAuthService
:
(
oAuth2FederationUpdateOAuthServiceBody
:
OAuth2FederationUpdateOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
updateOAuthService2
:
(
oAuth2FederationUpdateOAuthServiceBody
:
OAuth2FederationUpdateOAuthServiceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ApiOAuthService
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...