Type Alias CreateApiKeyForServiceUserResponse

Source
pub type CreateApiKeyForServiceUserResponse = CreateApiKeyResponse;

Aliased Type§

struct CreateApiKeyForServiceUserResponse {
    pub key: String,
    pub secret: String,
}

Fields§

§key: String

X-API-KEY

§secret: String

X-API-SECRET

Note. There is no way to get the secret again after it is distributed in this message