Extract an instance of the authentication data type T from a HTTP request. If extraction is not possible due to missing request headers/data, undefined should be returned.
T
undefined
Request context to use.
Instance of type T or undefined on extraction failure.
Extract an instance of the authentication data type
Tfrom a HTTP request. If extraction is not possible due to missing request headers/data,undefinedshould be returned.