A reference-counted type for passwords. The memory containing the password
is automatically zeroed-out when there are no more references or when
a new password is assigned.
If you keep any direct references to Password.data, be aware it may get cleared.
Create a Password via functions 'toPassword' or 'dupPassword'.
The payload is a private struct that supports the following:
A reference-counted type for passwords. The memory containing the password is automatically zeroed-out when there are no more references or when a new password is assigned.
If you keep any direct references to Password.data, be aware it may get cleared.
Create a Password via functions 'toPassword' or 'dupPassword'.
The payload is a private struct that supports the following: