Function: AuthApiAxiosParamCreator
clients/platform-client/src.AuthApiAxiosParamCreator
AuthApiAxiosParamCreator(
configuration?):object
AuthApi - axios parameter creator
Parameters
▪ configuration?: Configuration
Returns
object
authControllerApproveSignup
authControllerApproveSignup: (
ApproveSignUpRequest,options?) =>Promise<RequestArgs>Parameters
▪ ApproveSignUpRequest:
ApproveSignUpRequest▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
authControllerSamlAcknowledge
authControllerSamlAcknowledge: (
options?) =>Promise<RequestArgs>Parameters
▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
authControllerSamlLogin
authControllerSamlLogin: (
redirectUrl,tenantId,options?) =>Promise<RequestArgs>Parameters
▪ redirectUrl:
string▪ tenantId:
string▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
authControllerSignIn
authControllerSignIn: (
SignInRequest,options?) =>Promise<RequestArgs>Parameters
▪ SignInRequest:
SignInRequest▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
authControllerSignUp
authControllerSignUp: (
CreateUserRequest,options?) =>Promise<RequestArgs>Parameters
▪ CreateUserRequest:
CreateUserRequest▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
samlControllerSamlMetadata
samlControllerSamlMetadata: (
options?) =>Promise<RequestArgs>Parameters
▪ options?:
AxiosRequestConfig<any>={}Override http request option.
Returns
Promise<RequestArgs>Throws
Export
Source
libs/clients/platform-client/src/lib/generated/api.ts:876
Generated using typedoc-plugin-markdown and TypeDoc