Signed-off-by: oppiliappan me@oppi.li
+15
appview/xrpcclient/xrpc.go
+15
appview/xrpcclient/xrpc.go
···+func (c *Client) ServerGetServiceAuth(ctx context.Context, aud string, exp int64, lxm string) (*atproto.ServerGetServiceAuth_Output, error) {+if err := c.Do(ctx, c.authArgs, xrpc.Query, "", "com.atproto.server.getServiceAuth", params, nil, &out); err != nil {