setAccessKeySecret method - SDKNativeEngine class - core.engine library - Dart API
setAccessKeySecret
setAccessKeySecret abstract method
- String accessKeySecret
Overrides HERE SDK access key secret with new value.
The new credentials will be used for new requests.
Note: This method can be called from any thread. Access key ID can be set with constructor of SDKNativeEngine. New instance of SDKNativeEngine should be used if a new access key ID is required.
accessKeySecretNew access key secret.
Implementation
void setAccessKeySecret(String accessKeySecret);