authenticate


Description:

[ Version ( since = "12.0.0" ) ]
public virtual void authenticate (ServerCallContext context, ServerAuthSender sender, ServerAuthReader reader) throws Error

Authenticates the client on initial connection.

The server can send and read responses from the client at any time.

Parameters:

this

A ServerCustomAuthHandler.

context

A ServerCallContext.

sender

A ServerAuthSender.

reader

A ServerAuthReader.