Skip to main content

architect.isAuthenticated()

const isAuthenticated = architect.isAuthenticated();

Returns a boolean representing user authentication.

Parameters#

This method does not require any parameters.

Response#

Successful response returns a HTTP 200 OK status and the following body:

TypeDescription
booleanReturns a boolean based on user authentication