Credentials.locationSecret constructor

const Credentials.locationSecret(
  1. String payload
)

Convenience initializer for creating credentials of type 'robot-location-secret' with the provided payload.

Implementation

const Credentials.locationSecret(this.payload) : type = 'robot-location-secret';