Skip to content

Commit 1193948

Browse files
change scope to avoid type conflict
1 parent b68c83d commit 1193948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mscc.GenerativeAI/Types/Credentials.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Mscc.GenerativeAI
22
{
3-
public class Credentials : ClientSecrets
3+
internal class Credentials : ClientSecrets
44
{
55
private string _projectId;
66

@@ -25,7 +25,7 @@ public virtual string QuotaProjectId
2525
}
2626
}
2727

28-
public class ClientSecrets
28+
internal class ClientSecrets
2929
{
3030
public string ClientId { get; set; }
3131
public string ClientSecret { get; set; }

0 commit comments

Comments
 (0)