ManagerCredentials interface that authenticates using the credential of each type of idp
| 53 | |
| 54 | // ManagerCredentials interface that authenticates using the credential of each type of idp |
| 55 | type ManagerCredentials interface { |
| 56 | Authenticate(ctx context.Context) (JWTToken, error) |
| 57 | } |
| 58 | |
| 59 | // ManagerHTTPClient http client interface for API calls |
| 60 | type ManagerHTTPClient interface { |
no outgoing calls
no test coverage detected