Skip to content

TokenTypeInterface

  • Full name: \OAuth2\TokenType\TokenTypeInterface

Methods

getTokenType

Token type identification string

public getTokenType(): mixed

ex: "bearer" or "mac"


getAccessTokenParameter

Retrieves the token string from the request object

public getAccessTokenParameter(\OAuth2\RequestInterface $request, \OAuth2\ResponseInterface $response): mixed

Parameters:

Parameter Type Description
$request \OAuth2\RequestInterface
$response \OAuth2\ResponseInterface


Automatically generated on 2025-03-18