UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

7 lines (5 loc) 129 B
'use strict' module.exports = cacheKey function cacheKey (type, identifier) { return ['pacote', type, identifier].join(':') }