MCPcopy Create free account
hub / github.com/pydio/cells / CreateAuthCode

Method CreateAuthCode

common/proto/auth/cells-auth_grpc.pb.go:635–635  ·  view source on GitHub ↗
(ctx context.Context, in *CreateAuthCodeRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

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.
634type AuthCodeProviderClient interface {
635 CreateAuthCode(ctx context.Context, in *CreateAuthCodeRequest, opts ...grpc.CallOption) (*CreateAuthCodeResponse, error)
636}
637
638type authCodeProviderClient struct {

Callers 2

CreateAuthCodeFunction · 0.95

Implementers 5

AuthCodeProviderServicerpython/cells_auth_pb2_grpc.py
AuthCodeProviderpython/cells_auth_pb2_grpc.py
Handleridm/oauth/grpc/handler.go
authCodeProviderClientcommon/proto/auth/cells-auth_grpc.pb.g
UnimplementedAuthCodeProviderServercommon/proto/auth/cells-auth_grpc.pb.g

Calls

no outgoing calls

Tested by

no test coverage detected