Interface IAuthProvider
Authenticates requests to the gateway.
public interface IAuthProvider
Methods
AuthenticateAsync(string, CancellationToken)
Validates a credential and returns the identity.
Task<GatewayIdentity?> AuthenticateAsync(string credential, CancellationToken ct = default)
Parameters
credentialstringctCancellationToken