Nexus API Reference

Unauthenticated extends AuthException
in package

FinalYes
Tags
psalm-api

No valid credentials presented. Mapped to 401 by AuthorizationMiddleware. Users can re-map via $app->onException(Unauthenticated::class, ...) to customise the response shape.

Table of Contents

Methods

__construct()  : mixed

Methods

__construct()

public __construct([string $message = 'Authentication required' ]) : mixed
Parameters
$message : string = 'Authentication required'

        
On this page

Search results