(ctx context.Context, code string)
| 112 | GetCallbackLocation() string |
| 113 | buildLoginURL(state string) (string, error) |
| 114 | exchangeOauthCode(ctx context.Context, code string) (*TokenResponse, error) |
| 115 | inspectOauthAccessToken(ctx context.Context, accessToken string) (*InspectResponse, error) |
| 116 | } |
| 117 |
no outgoing calls
no test coverage detected