getUser fail case

Hey y’all,
I am writing tests for my implementation of SPA Auth0. What does getUser() return if there is no user?

Hi @Alistair-Clough,

I believe you will receive null if user doesn’t exist against the provided credentials.

1 Like

Yep you should be receiving null

1 Like

Thanks guys.
Will it be an Observable null or null?

I think it will be null only.

1 Like

Yep, I think so too.