Globus SDK for JavaScript
Preparing search index...
@globus/sdk
auth
identities
consents
getAll
Function getAll
getAll
(
identity_id
:
string
,
options
?:
|
undefined
|
Record
<
string
,
any
>
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
undefined
|
null
|
string
|
number
|
boolean
|
(
undefined
|
null
|
string
|
number
)
[]
;
}
;
}
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
consents
:
Consent
[]
}
>
>
Parameters
identity_id
:
string
options
:
|
undefined
|
Record
<
string
,
any
>
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
undefined
|
null
|
string
|
number
|
boolean
|
(
undefined
|
null
|
string
|
number
)
[]
;
}
;
}
= {}
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
consents
:
Consent
[]
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...