# BearerAuth

Bearer token authentication data

****

- Full class name: `Kirby\Http\Request\Auth\BearerAuth`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Request/Auth/BearerAuth.php#L16>

****

### BearerAuth

- [new BearerAuth()](https://getkirby.com/docs/reference/objects/http-request-auth/bearer-auth/__construct.md)
- [$bearerAuth->__toString()](https://getkirby.com/docs/reference/objects/http-request-auth/bearer-auth/__to-string.md)
- [$bearerAuth->data()](https://getkirby.com/docs/reference/objects/http-request-auth/bearer-auth/data.md)
- [$bearerAuth->token()](https://getkirby.com/docs/reference/objects/http-request-auth/bearer-auth/token.md)
- [$bearerAuth->type()](https://getkirby.com/docs/reference/objects/http-request-auth/bearer-auth/type.md)