3 references to s_databaseForPostgresSqlTokenRequestContext
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (3)
src\Components\Common\ManagedIdentityTokenCredentialHelpers.cs (3)
39
token = credential.GetToken(
s_databaseForPostgresSqlTokenRequestContext
, default);
57
passwordProvider: _ => credential.GetToken(
s_databaseForPostgresSqlTokenRequestContext
, default).Token,
58
passwordProviderAsync: async (_, ct) => (await credential.GetTokenAsync(
s_databaseForPostgresSqlTokenRequestContext
, default).ConfigureAwait(false)).Token