Skip to content

Commit

Permalink
chore: sdk-dotnet rename handleCustomerAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Dec 11, 2024
1 parent 347cfae commit bc8c59c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk-dotnet/src/Inferable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public struct OnStatusChangeInput<T>
}

/// <summary>
/// Input object for handleCustomerAuth functions
/// https://docs.inferable.ai/pages/auth#handlecustomerauth
/// Input object for handleCustomAuth functions
/// https://docs.inferable.ai/pages/custom-auth
/// </summary>
public struct HandleCustomerAuthInput
public struct HandleCustomAuthInput
{
[JsonPropertyName("token")]
public string Token { get; set; }
Expand Down

0 comments on commit bc8c59c

Please sign in to comment.