public static get current()

in src/auth/Crypto.ts [2:4]


    public static get current() {
        return this.hasSubtleCrypto ? window.crypto : this.tryLoadNodeWebCrypto();
    }