# CreateAuthHooksReturn

Defined in: [react/src/hooks/createAuthHooks.ts:24](https://github.com/B3Pay/ic-reactor/blob/70bedf3c8779611a3b35710510442dee7f630b87/packages/react/src/hooks/createAuthHooks.ts#L24)

## Properties

### useAgentState

> **useAgentState**: () => [`AgentState`](https://ic-reactor.b3pay.net/v3/libs/interfaces/agentstate/)

Defined in: [react/src/hooks/createAuthHooks.ts:25](https://github.com/B3Pay/ic-reactor/blob/70bedf3c8779611a3b35710510442dee7f630b87/packages/react/src/hooks/createAuthHooks.ts#L25)

#### Returns

[`AgentState`](https://ic-reactor.b3pay.net/v3/libs/interfaces/agentstate/)

***

### useUserPrincipal

> **useUserPrincipal**: () => `Principal` \| `null`

Defined in: [react/src/hooks/createAuthHooks.ts:26](https://github.com/B3Pay/ic-reactor/blob/70bedf3c8779611a3b35710510442dee7f630b87/packages/react/src/hooks/createAuthHooks.ts#L26)

#### Returns

`Principal` \| `null`

***

### useAuth

> **useAuth**: () => [`UseAuthReturn`](https://ic-reactor.b3pay.net/v3/libs/interfaces/useauthreturn/)

Defined in: [react/src/hooks/createAuthHooks.ts:27](https://github.com/B3Pay/ic-reactor/blob/70bedf3c8779611a3b35710510442dee7f630b87/packages/react/src/hooks/createAuthHooks.ts#L27)

#### Returns

[`UseAuthReturn`](https://ic-reactor.b3pay.net/v3/libs/interfaces/useauthreturn/)