(accessToken string, expiresAt time.Time, refreshToken *string)
| 9 | } |
| 10 | |
| 11 | func newTokenResponse(accessToken string, expiresAt time.Time, refreshToken *string) *tokenResponse { |
| 12 | return &tokenResponse{accessToken, expiresAt, refreshToken} |
| 13 | } |
no outgoing calls
no test coverage detected