(self)
| 458 | |
| 459 | impl SpacetimeAuthHeader { |
| 460 | pub fn get(self) -> Option<SpacetimeAuth> { |
| 461 | self.auth |
| 462 | } |
| 463 | |
| 464 | /// Given an authorization header we will try to get the identity and token from the auth header (as JWT). |
| 465 | /// If there is no JWT in the auth header we will create a new identity and token and return it. |
no outgoing calls
no test coverage detected