MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / aud

Function aud

include/jwt/parameters.hpp:394–398  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

392/**
393 */
394inline detail::audience_param
395aud(const jwt::string_view aud)
396{
397 return { aud.data() };
398}
399
400/**
401 */

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

dataMethod · 0.80

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68