MoQ Authorization Token. More...
#include <moq.h>
Data Structures | |
struct | imquic_moq_auth_token_value |
Token value, if any. More... | |
Data Fields | |
imquic_moq_auth_token_alias_type | alias_type |
Alias type. | |
gboolean | token_alias_set |
Whether there is a token alias. | |
uint64_t | token_alias |
Token alias, if any. | |
gboolean | token_type_set |
Whether there is a token type. | |
uint64_t | token_type |
Token type, if any. | |
struct imquic_moq_auth_token::imquic_moq_auth_token_value | token_value |
MoQ Authorization Token.
imquic_moq_auth_token_alias_type imquic_moq_auth_token::alias_type |
Alias type.
uint64_t imquic_moq_auth_token::token_alias |
Token alias, if any.
gboolean imquic_moq_auth_token::token_alias_set |
Whether there is a token alias.
uint64_t imquic_moq_auth_token::token_type |
Token type, if any.
gboolean imquic_moq_auth_token::token_type_set |
Whether there is a token type.
struct imquic_moq_auth_token::imquic_moq_auth_token_value imquic_moq_auth_token::token_value |