Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ functions
Functions
600 in github.com/arun11299/cpp-jwt
⨍
Functions
600
◇
Types & classes
221
Method
empty
include/jwt/json/json.hpp:4872
Method
encode
* Encodes the payload as URL safe Base64 encoded * string. */
include/jwt/jwt.hpp:734
Method
end
include/jwt/string_view.hpp:114
Method
end_array
include/jwt/json/json.hpp:5434
Method
end_array
include/jwt/json/json.hpp:5651
Method
end_object
include/jwt/json/json.hpp:5415
Method
end_object
include/jwt/json/json.hpp:5605
Function
ev_pkey_deletor
*/
include/jwt/algorithm.hpp:300
Function
evp_md_ctx_deletor
*/
include/jwt/algorithm.hpp:279
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
include/jwt/json/json.hpp:10050
Method
exception_message
include/jwt/json/json.hpp:10572
Method
file_input_adapter
include/jwt/json/json.hpp:4760
Method
fill_buffer
UTF-32
include/jwt/json/json.hpp:4887
Method
fill_buffer
UTF-16
include/jwt/json/json.hpp:4945
Method
fill_buffer
include/jwt/json/json.hpp:5034
Method
find
include/jwt/string_view.hpp:251
Method
find_last_not_of
include/jwt/string_view.hpp:327
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
include/jwt/json/json.hpp:12384
Function
from_bson
include/jwt/json/json.hpp:24362
Function
from_cbor
include/jwt/json/json.hpp:23992
Method
from_json
include/jwt/json/json.hpp:4382
Function
from_msgpack
include/jwt/json/json.hpp:24134
Function
from_ubjson
include/jwt/json/json.hpp:24249
Function
front
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
include/jwt/json/json.hpp:20405
Method
get
include/jwt/parameters.hpp:63
Method
get
include/jwt/parameters.hpp:83
Method
get
include/jwt/parameters.hpp:90
Method
get
include/jwt/parameters.hpp:113
Method
get
include/jwt/parameters.hpp:135
Method
get
include/jwt/parameters.hpp:149
Method
get
include/jwt/parameters.hpp:163
Method
get
include/jwt/parameters.hpp:177
Method
get
include/jwt/parameters.hpp:191
Method
get
include/jwt/parameters.hpp:205
Method
get
include/jwt/parameters.hpp:219
Method
get
include/jwt/parameters.hpp:232
Method
get
include/jwt/parameters.hpp:245
Function
get_allocator
! @brief returns the allocator associated with the container */
include/jwt/json/json.hpp:16799
Method
get_bson_binary
include/jwt/json/json.hpp:7870
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in, out] result A reference to the string variable where the read
include/jwt/json/json.hpp:7819
Method
get_bson_string
include/jwt/json/json.hpp:7849
Method
get_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @param[in] tag_handler how CB
include/jwt/json/json.hpp:8676
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
include/jwt/json/json.hpp:8582
Method
get_cbor_float_prefix
include/jwt/json/json.hpp:13958
Method
get_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @param[in] tag_handler how
include/jwt/json/json.hpp:8714
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
include/jwt/json/json.hpp:8487
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
include/jwt/json/json.hpp:4823
Method
get_character
include/jwt/json/json.hpp:4851
Method
get_character
include/jwt/json/json.hpp:5013
Method
get_claim_value
include/jwt/jwt.hpp:637
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
include/jwt/json/json.hpp:6040
Method
get_decimal_point
return the locale-dependent decimal point
include/jwt/json/json.hpp:6013
Function
get_error_message
return syntax error message
include/jwt/json/json.hpp:7343
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/jwt/json/json.hpp:9899
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/jwt/json/json.hpp:9340
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
include/jwt/json/json.hpp:9229
Method
get_msgpack_float_prefix
include/jwt/json/json.hpp:13972
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
include/jwt/json/json.hpp:9362
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
include/jwt/json/json.hpp:9147
Method
get_number
include/jwt/json/json.hpp:9924
Function
get_number_float
return floating-point value
include/jwt/json/json.hpp:7295
Function
get_number_unsigned
include/jwt/json/json.hpp:7289
Function
get_position
return position of last read token
include/jwt/json/json.hpp:7311
Function
get_ptr
include/jwt/json/json.hpp:19567
Function
get_ref
include/jwt/json/json.hpp:19661
Function
get_ref_impl
include/jwt/json/json.hpp:19301
Function
get_to
include/jwt/json/json.hpp:19530
Method
get_token
get next token from lexer
include/jwt/json/json.hpp:10567
Method
get_ubjson_array
! @return whether array creation completed */
include/jwt/json/json.hpp:9691
Method
get_ubjson_float_prefix
include/jwt/json/json.hpp:14209
Method
get_ubjson_high_precision_number
include/jwt/json/json.hpp:9828
Method
get_ubjson_object
! @return whether object creation completed */
include/jwt/json/json.hpp:9753
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
include/jwt/json/json.hpp:9549
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
include/jwt/json/json.hpp:9472
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
include/jwt/json/json.hpp:9418
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
include/jwt/json/json.hpp:9590
Method
handle_value
include/jwt/json/json.hpp:5714
Method
has_claim
* Checks whether a claim is present in the payload * or not. * @note: Claim name is case sensitive for this API. */ TODO: Not all libc++ ver
include/jwt/jwt.hpp:689
Method
headers_param
include/jwt/parameters.hpp:131
Method
input_stream_adapter
include/jwt/json/json.hpp:4805
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
include/jwt/json/json.hpp:22022
Function
is_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
include/jwt/json/json.hpp:19144
Method
is_errored
include/jwt/json/json.hpp:5692
Function
is_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
include/jwt/json/json.hpp:18843
Function
is_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
include/jwt/json/json.hpp:18870
Method
issuer_param
include/jwt/parameters.hpp:200
Function
items
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
include/jwt/json/json.hpp:21356
Method
iter_impl
default constructor
include/jwt/json/json.hpp:10846
Method
iteration_proxy
construct iteration proxy from a container
include/jwt/json/json.hpp:3937
Method
iteration_proxy_value
include/jwt/json/json.hpp:3864
Method
iterator_input_adapter
include/jwt/json/json.hpp:4848
Function
iterator_wrapper
include/jwt/json/json.hpp:21274
Method
json>
include/jwt/json/json.hpp:25227
Method
json_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
include/jwt/json/json.hpp:11582
Function
json_pointer top
include/jwt/json/json.hpp:11554
Method
json_ref
include/jwt/json/json.hpp:12532
Method
json_reverse_iterator
create reverse iterator from iterator
include/jwt/json/json.hpp:11454
Method
json_sax_dom_callback_parser
include/jwt/json/json.hpp:5513
Method
json_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
include/jwt/json/json.hpp:5342
Function
json_value
default constructor (for null values)
include/jwt/json/json.hpp:17470
← previous
next →
301–400 of 600, ranked by callers