Skip to Content
Anuma SDKClientInternalFunctionsgetOauthConsent

getOauthConsent

getOauthConsent<ThrowOnError>(options: Options<GetOauthConsentData, ThrowOnError>): RequestResult<GetOauthConsentResponses, GetOauthConsentErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:1849 

OAuth consent screen

Displays the consent form for the user to approve or deny an OAuth application.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<GetOauthConsentData, ThrowOnError>

Returns

RequestResult<GetOauthConsentResponses, GetOauthConsentErrors, ThrowOnError>

Last updated on