@@ -5421,6 +5421,7 @@ func (q *FakeQuerier) InsertOAuth2ProviderAppCode(_ context.Context, arg databas
5421
5421
ID : arg .ID ,
5422
5422
CreatedAt : arg .CreatedAt ,
5423
5423
ExpiresAt : arg .ExpiresAt ,
5424
+ SecretPrefix : arg .SecretPrefix ,
5424
5425
HashedSecret : arg .HashedSecret ,
5425
5426
UserID : arg .UserID ,
5426
5427
AppID : arg .AppID ,
@@ -5447,6 +5448,7 @@ func (q *FakeQuerier) InsertOAuth2ProviderAppSecret(_ context.Context, arg datab
5447
5448
secret := database.OAuth2ProviderAppSecret {
5448
5449
ID : arg .ID ,
5449
5450
CreatedAt : arg .CreatedAt ,
5451
+ SecretPrefix : arg .SecretPrefix ,
5450
5452
HashedSecret : arg .HashedSecret ,
5451
5453
DisplaySecret : arg .DisplaySecret ,
5452
5454
AppID : arg .AppID ,
@@ -5475,6 +5477,7 @@ func (q *FakeQuerier) InsertOAuth2ProviderAppToken(_ context.Context, arg databa
5475
5477
ID : arg .ID ,
5476
5478
CreatedAt : arg .CreatedAt ,
5477
5479
ExpiresAt : arg .ExpiresAt ,
5480
+ HashPrefix : arg .HashPrefix ,
5478
5481
RefreshHash : arg .RefreshHash ,
5479
5482
APIKeyID : arg .APIKeyID ,
5480
5483
AppSecretID : arg .AppSecretID ,
0 commit comments