SaveTokens in OIDC

This commit is contained in:
Hao Kung 2016-03-04 12:55:32 -08:00
parent 8645ca0dc5
commit ef6dd41384
1 changed files with 2 additions and 0 deletions

View File

@ -726,6 +726,8 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
tokens.Add(new AuthenticationToken { Name = "expires_at", Value = expiresAt.ToString("o", CultureInfo.InvariantCulture) });
}
}
properties.StoreTokens(tokens);
}
/// <summary>