Type Alias Auth

Auth:
    | NoAuth
    | TokenAuth
    | UserPass
    | NKeyAuth
    | JwtAuth