mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +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; }
|
|
}
|
|
}
|