clientAuthentication property

McpOAuthClientAuthentication get clientAuthentication

Implementation

McpOAuthClientAuthentication get clientAuthentication =>
    McpOAuthClientAuthentication.registeredPublic(
      clientId: clientId,
      authorizationServer: authorizationServer,
    );