ServerCustomAuthHandler

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

authenticate
void authenticate(arrowflight.server_call_context.ServerCallContext context, arrowflight.server_auth_sender.ServerAuthSender sender, arrowflight.server_auth_reader.ServerAuthReader reader)

Authenticates the client on initial connection. The server can send and read responses from the client at any time.

isValid
glib.bytes.Bytes isValid(arrowflight.server_call_context.ServerCallContext context, glib.bytes.Bytes token)

Validates a per-call client token.

self
ServerCustomAuthHandler self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From ServerAuthHandler

getGType
GType getGType()
gType
GType gType [@property getter]
self
ServerAuthHandler self()

Returns this, for use in with statements.