getOauthConsent
getOauthConsent<
ThrowOnError>(options:Options<GetOauthConsentData,ThrowOnError>):RequestResult<GetOauthConsentResponses,GetOauthConsentErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:1513Â
OAuth consent screen
Displays the consent form for the user to approve or deny an OAuth application.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<GetOauthConsentResponses, GetOauthConsentErrors, ThrowOnError>
Last updated on