arrowflight.server_custom_auth_handler
Module for ServerCustomAuthHandler class
Types 3
Methods
ServerCustomAuthHandler self()Returns `this`, for use in `with` statements.ServerCustomAuthHandlerGidBuilder builder()Get builder for [arrowflight.server_custom_auth_handler.ServerCustomAuthHandler] Returns: New builder objectvoid 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.glib.bytes.Bytes isValid(arrowflight.server_call_context.ServerCallContext context, glib.bytes.Bytes token)Validates a per-call client token.classServerCustomAuthHandlerGidBuilderImpl(T) : arrowflight.server_auth_handler.ServerAuthHandlerGidBuilderImpl!T
Fluent builder implementation template for arrowflight.server_custom_auth_handler.ServerCustomAuthHandler
classServerCustomAuthHandlerGidBuilder : ServerCustomAuthHandlerGidBuilderImpl!ServerCustomAuthHandlerGidBuilder
Fluent builder for arrowflight.server_custom_auth_handler.ServerCustomAuthHandler
Methods
ServerCustomAuthHandler build()Create object from builder. Returns: New object