- API ›
- Constructors ›
- SecureCredentialsEncrypted
SecureCredentialsEncrypted
---types--- secureCredentialsEncrypted#33f0ea47 data:bytes hash:bytes secret:bytes = SecureCredentialsEncrypted
Belongs to
| SecureCredentialsEncrypted |
In Rust this constructor is a variant of the enums::SecureCredentialsEncrypted enum.
Match on it with: if let enums::SecureCredentialsEncrypted::SecureCredentialsEncrypted(v) = result { ... }
Parameters
Used by
| AcceptAuthorization |