The JWT token representing these credentials.
(&self)
| 36 | impl SpacetimeCreds { |
| 37 | /// The JWT token representing these credentials. |
| 38 | pub fn token(&self) -> &str { |
| 39 | &self.token |
| 40 | } |
| 41 | |
| 42 | pub fn from_signed_token(token: String) -> Self { |
| 43 | Self { token } |
no outgoing calls
no test coverage detected