1 write to ExpiresIn
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthTokenResponse.cs (1)
25ExpiresIn = root.GetString("expires_in");
3 references to ExpiresIn
Microsoft.AspNetCore.Authentication.OAuth (3)
Events\OAuthCreatingTicketContext.cs (1)
83if (int.TryParse(TokenResponse.ExpiresIn, NumberStyles.Integer, CultureInfo.InvariantCulture, out value))
OAuthHandler.cs (2)
163if (!string.IsNullOrEmpty(tokens.ExpiresIn)) 166if (int.TryParse(tokens.ExpiresIn, NumberStyles.Integer, CultureInfo.InvariantCulture, out value))