Interface IValidationKeysStore
- Namespace
- Duende.IdentityServer.Stores
- Assembly
- Duende.IdentityServer.dll
Interface for the validation key store
public interface IValidationKeysStore
Methods
GetValidationKeysAsync()
Gets all validation keys.
Task<IEnumerable<SecurityKeyInfo>> GetValidationKeysAsync()