sdk: LoginWithCustomAsync + regenerated auth models
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace RudderSdk.Core.Models.Auth;
|
||||
|
||||
public class LoginViaCustomResponse
|
||||
{
|
||||
[JsonProperty("accessToken")]
|
||||
public string? AccessToken { get; set; }
|
||||
|
||||
[JsonProperty("refreshToken")]
|
||||
public string? RefreshToken { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user