mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
export default class Authentication {
|
|
public type: string = "RsaSignatureAuthentication2018"
|
|
public publicKey: string = "did:op:123456789abcdefghi#keys-1"
|
|
}
|