UNPKG
@ariyana/appauth
Version:
latest (1.3.1)
1.3.1
A general purpose OAuth client.
github.com/openid/AppAuth-JS
openid/AppAuth-JS
@ariyana/appauth
/
built
/
node_support
/
crypto_utils.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Crypto
}
from
'../crypto_utils'
;
export
declare
class
NodeCrypto
implements
Crypto
{
generateRandom
(
size
:
number
):
string
;
deriveChallenge
(
code
:
string
):
Promise
<
string
>; }