Skip to main content

auth

Method
This is a method of the GatewayConfig class in the gateway module.
Enable authentication with token.

Signature

def auth(mut self, token: impl Into<String>) -> Self

Parameters

token
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.