6 references to Properties
Microsoft.Maui.Essentials (6)
WebAuthenticator\WebAuthenticatorResult.shared.cs (6)
45
Properties
[kvp.Key] = kvp.Value;
56
Properties
[kvp.Key] = kvp.Value;
80
=>
Properties
[key] = value;
86
if (
Properties
.TryGetValue(key, out var v))
117
if (
Properties
.TryGetValue("refresh_token_expires_in", out var v))
136
if (
Properties
.TryGetValue("expires_in", out var v))