(context.Context, *CreateAuthCodeRequest)
| 657 | // for forward compatibility |
| 658 | type AuthCodeProviderServer interface { |
| 659 | CreateAuthCode(context.Context, *CreateAuthCodeRequest) (*CreateAuthCodeResponse, error) |
| 660 | mustEmbedUnimplementedAuthCodeProviderServer() |
| 661 | } |
| 662 |
nothing calls this directly
no outgoing calls
no test coverage detected