mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace Bit.Core.Models.Response
|
|
{
|
|
public class SsoPrevalidateResponse
|
|
{
|
|
public string Token { get; set; }
|
|
}
|
|
}
|