Stream Chat Unreal SDK
Loading...
Searching...
No Matches
Jwt.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
10namespace Jwt
11{
17STREAMCHAT_API FString Development(const FString& UserId);
18} // namespace Jwt
@ UserId
The user ID of the user that sent the message.
Utilities for JSON Web Token manipulation.
Definition: Jwt.h:11
STREAMCHAT_API FString Development(const FString &UserId)
Generate a JSON Web Token which can be used during development.
Definition: Jwt.cpp:7