(ctx context.Context, in *CreateAuthCodeRequest, opts ...grpc.CallOption)
| 633 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 634 | type AuthCodeProviderClient interface { |
| 635 | CreateAuthCode(ctx context.Context, in *CreateAuthCodeRequest, opts ...grpc.CallOption) (*CreateAuthCodeResponse, error) |
| 636 | } |
| 637 | |
| 638 | type authCodeProviderClient struct { |
no outgoing calls
no test coverage detected