Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
ateapipb.UnimplementedActorIdentityServer
// contains filtered or unexported fields
}
Server implements ateapipb.ActorIdentityServer
func New ¶
func New(actorIdentityJWTIssuer string, actorIDJWTPool localjwtauthority.Pool, actorIDCAPool localca.Pool, store store.Interface, workers *workercache.Cache) *Server
func (*Server) MintCert ¶
func (s *Server) MintCert(ctx context.Context, req *ateapipb.MintCertRequest) (*ateapipb.MintCertResponse, error)
func (*Server) MintJWT ¶
func (s *Server) MintJWT(ctx context.Context, req *ateapipb.MintJWTRequest) (*ateapipb.MintJWTResponse, error)
Click to show internal directories.
Click to hide internal directories.