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

Method CreateAuthCode

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

Source from the content-addressed store, hash-verified

644}
645
646func (c *authCodeProviderClient) CreateAuthCode(ctx context.Context, in *CreateAuthCodeRequest, opts ...grpc.CallOption) (*CreateAuthCodeResponse, error) {
647 out := new(CreateAuthCodeResponse)
648 err := c.cc.Invoke(ctx, "/auth.AuthCodeProvider/CreateAuthCode", in, out, opts...)
649 if err != nil {
650 return nil, err
651 }
652 return out, nil
653}
654
655// AuthCodeProviderServer is the server API for AuthCodeProvider service.
656// All implementations must embed UnimplementedAuthCodeProviderServer

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected