secret property
read / write
Secret for data decryption, encrypted with the service's public key.
; base64-encoded bytes List<int>
Implementation
late bytes secret;
Secret for data decryption, encrypted with the service's public key.
; base64-encoded bytes List<int>
late bytes secret;