()
| 45 | } |
| 46 | |
| 47 | func (c *CachedIdentityService) GetServiceAuthorization() (schema.Authorization, error) { |
| 48 | return c.VerifyToken(c.GetClient().TokenID) |
| 49 | } |
| 50 | |
| 51 | func (c *CachedIdentityService) GetClient() *gophercloud.ServiceClient { |
| 52 | return c.inner.GetClient() |
nothing calls this directly
no test coverage detected