UseIdentityAttributesReturn
Defined in: react/src/auth/createIdentityAttributeHooks.ts:9
Properties
Section titled “Properties”requestAttributes
Section titled “requestAttributes”requestAttributes: (
params) =>Promise<IdentityAttributeResult>
Defined in: react/src/auth/createIdentityAttributeHooks.ts:10
Parameters
Section titled “Parameters”params
Section titled “params”RequestIdentityAttributesParameters
Returns
Section titled “Returns”Promise<IdentityAttributeResult>
requestOpenIdAttributes
Section titled “requestOpenIdAttributes”requestOpenIdAttributes: (
params) =>Promise<IdentityAttributeResult>
Defined in: react/src/auth/createIdentityAttributeHooks.ts:13
Parameters
Section titled “Parameters”params
Section titled “params”RequestOpenIdIdentityAttributesParameters
Returns
Section titled “Returns”Promise<IdentityAttributeResult>
attributes
Section titled “attributes”attributes:
IdentityAttributeResult|null
Defined in: react/src/auth/createIdentityAttributeHooks.ts:16
isRequestingAttributes
Section titled “isRequestingAttributes”isRequestingAttributes:
boolean
Defined in: react/src/auth/createIdentityAttributeHooks.ts:17
attributeError
Section titled “attributeError”attributeError:
Error|null
Defined in: react/src/auth/createIdentityAttributeHooks.ts:18
clearAttributes
Section titled “clearAttributes”clearAttributes: () =>
void
Defined in: react/src/auth/createIdentityAttributeHooks.ts:19
Returns
Section titled “Returns”void